From dfd6085922da6c2f969512932a7f3fb0b291b185 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 2 Apr 2022 17:00:28 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v2.6.2 --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index c3eb636..138d6de 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -17,7 +17,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}" RUN apk --update add curl make tar git && \ curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64-slim" && \ diff --git a/Dockerfile.arm b/Dockerfile.arm index 16ac4fa..b19e02c 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -17,7 +17,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}" RUN apk --update add curl make tar git && \ curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-armv7-slim" && \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 56f3282..cc4a014 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -17,7 +17,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}" RUN apk --update add curl make tar git && \ curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64-slim" && \ -- 2.24.4