diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index c6b3d2c..e88fb74 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -17,7 +17,7 @@ ARG WAIT_FOR_VERSION ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.2}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser diff --git a/Dockerfile.arm b/Dockerfile.arm index e943f34..44168c0 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -17,7 +17,7 @@ ARG WAIT_FOR_VERSION ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.2}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index aeddff1..4a1a3b6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -17,7 +17,7 @@ ARG WAIT_FOR_VERSION ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.2}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser