From 8cc6f1975e846da92c442333ed8662b901f4e904 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 17 Mar 2022 16:09:28 +0100 Subject: [PATCH] chore(deps): update dependency prettier to v2.6.0 (#49) 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 4f4a52e..1b331f6 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.7}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.5.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.0}" 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 3ae4355..ae0a3ae 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.7}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.5.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.0}" 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 6525da4..f2d9cf5 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.7}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.5.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.0}" 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" && \