From f46d325eefecbb3ef9f29b1cfa510811aa51968f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 16 Jun 2021 16:00:15 +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 fcc8aba..c63dce9 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.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 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 0cec794..49a7711 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.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 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 4fec8b3..6cc1407 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.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 app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \