From 830c28fb84a6a536ef4e37b2be5a5d4b15ab284b Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 16 Jun 2021 16:01:37 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/wait-for to v0.2.0 --- 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 2fcc42d..6308e1c 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -18,7 +18,7 @@ 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.5}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.2}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" 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 3781e1a..8e99267 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -18,7 +18,7 @@ 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.5}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.2}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" 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 9b261d3..332fe97 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -18,7 +18,7 @@ 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.5}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.2}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \