diff --git a/24/Dockerfile b/24/Dockerfile index b0e7ad96..90e551a8 100644 --- a/24/Dockerfile +++ b/24/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.32 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/25/Dockerfile b/25/Dockerfile index 9d621f12..5050d7e8 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.32 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/26/Dockerfile b/26/Dockerfile index 5f392d2f..3342a427 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.32 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/27/Dockerfile b/27/Dockerfile index 12474088..04bd2c82 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.32 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/28/Dockerfile b/28/Dockerfile index 8e215ed5..d8e2ded1 100644 --- a/28/Dockerfile +++ b/28/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.32 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \