diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 015ecf8..90cc4e2 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -19,7 +19,7 @@ ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" +ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.12}" # renovate: datasource=github-releases depName=thegeeklab/wait-for diff --git a/Dockerfile.arm b/Dockerfile.arm index 9cb84ec..cd4daa4 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -19,7 +19,7 @@ ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" +ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.12}" # renovate: datasource=github-releases depName=thegeeklab/wait-for diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index d49a2fc..0465ec5 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -19,7 +19,7 @@ ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.12}" +ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.12}" # renovate: datasource=github-releases depName=thegeeklab/wait-for