From 5cc26966993cbaaa9ef3aeb5f8fa8f18e56c5547 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 10 May 2021 20:23:59 +0000 Subject: [PATCH] chore(deps): update docker helper tools --- Dockerfile.amd64 | 4 ++-- Dockerfile.arm | 4 ++-- Dockerfile.arm64 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 6f161c5..dcedab6 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -16,9 +16,9 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.4}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.2}" RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \ diff --git a/Dockerfile.arm b/Dockerfile.arm index ad5e0e3..dc66b18 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -16,9 +16,9 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.4}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.2}" RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 420eac0..fdd79fd 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -16,9 +16,9 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.9.0}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.3}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.4}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.2}" RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \