diff --git a/27/Dockerfile b/27/Dockerfile index 2e9f6e5b..da3cbfd2 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.12-bullseye@sha256:161b8513c09cbfa4c174fd32e46eddc5eddf487a43958b9cf8b07d628e9e0f85 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.33 +ENV SUPERCRONIC_VERSION v0.2.41 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/28/Dockerfile b/28/Dockerfile index 26fe8298..e2f86e72 100644 --- a/28/Dockerfile +++ b/28/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.12-bullseye@sha256:161b8513c09cbfa4c174fd32e46eddc5eddf487a43958b9cf8b07d628e9e0f85 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.33 +ENV SUPERCRONIC_VERSION v0.2.41 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/29/Dockerfile b/29/Dockerfile index ee4db0d2..d3e8b088 100644 --- a/29/Dockerfile +++ b/29/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.12-bullseye@sha256:161b8513c09cbfa4c174fd32e46eddc5eddf487a43958b9cf8b07d628e9e0f85 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.33 +ENV SUPERCRONIC_VERSION v0.2.41 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/30/Dockerfile b/30/Dockerfile index 171aae0f..e95374ac 100644 --- a/30/Dockerfile +++ b/30/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.12-bullseye@sha256:161b8513c09cbfa4c174fd32e46eddc5eddf487a43958b9cf8b07d628e9e0f85 as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.33 +ENV SUPERCRONIC_VERSION v0.2.41 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \