From 66b344e0471e89a014494d133061a3145b7d7dde Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 23 Mar 2021 21:00:44 +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 32c14dd..c8b718e 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -20,7 +20,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 app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \ diff --git a/Dockerfile.arm b/Dockerfile.arm index 7c888e0..24734fa 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -19,7 +19,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 app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index ea3b09a..f4565a8 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -19,7 +19,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 app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \