From 714306cdb5f5dec294fa20a04a84918428cb3b6c Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 4 Apr 2022 09:07:02 +0200 Subject: [PATCH] chore(deps): update dependency prettier to v2.6.2 (#60) Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- 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" && \