diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 1548c4e..db21c32 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -14,7 +14,7 @@ ARG URL_PARSER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.2}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" 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 dad22a7..e43d14f 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -14,7 +14,7 @@ ARG URL_PARSER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.2}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" 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 1d4f97d..69e547d 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -14,7 +14,7 @@ ARG URL_PARSER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.2}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" 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" && \