From 7e55783d9a8428fe21305dba7529d2ea9a702c3d Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 23 Mar 2021 21:04:36 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/wait-for to v0.1.1 --- 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 0bf2be9..16f2343 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.2}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.0}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" 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 b7b82b5..20dd366 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.2}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.0}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" 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 2712f35..a0e86a2 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.2}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.0}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.1.1}" RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \