diff --git a/24/Dockerfile b/24/Dockerfile index 7c80db89..a0faa187 100644 --- a/24/Dockerfile +++ b/24/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.30 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/25/Dockerfile b/25/Dockerfile index cfb38e28..dfdbcf55 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.30 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/26/Dockerfile b/26/Dockerfile index 52c63266..343855c7 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.30 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/27/Dockerfile b/27/Dockerfile index 631ac099..97abbdd4 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.30 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \