diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 76a2dd5..72829e3 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -18,9 +18,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 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 9ee012d..25f8719 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -17,9 +17,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 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 001fb3a..85da6a1 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -17,9 +17,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 app && \ adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \