From b5bf0b913d8421b2069860bc1f349d524b381640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:41:00 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.41 --- 27/Dockerfile | 2 +- 28/Dockerfile | 2 +- 29/Dockerfile | 2 +- 30/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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; \