From d2f5f2617211168ed4697870666d58d2714076b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:31:54 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.43 --- 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..f6c29f6f 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.43 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/28/Dockerfile b/28/Dockerfile index 26fe8298..10bb6741 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.43 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/29/Dockerfile b/29/Dockerfile index ee4db0d2..111eebab 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.43 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/30/Dockerfile b/30/Dockerfile index 171aae0f..ba920a68 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.43 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \