From adba7d65883592b519d410ef2e623fb89e2059d0 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 28 Nov 2021 19:18:19 +0100 Subject: [PATCH] chore(deps): update dependency prettier to v2.5.0 (#45) 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 4c827f5..bc75aff 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.6}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.4.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.5.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 91d87f0..342d9bc 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.6}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.4.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.5.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 e05f5a3..7362a9f 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.6}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${BUILD_VERSION:-2.4.1}" +ENV PRETTIER_VERSION="${BUILD_VERSION:-2.5.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" && \