Update dependency aptible/supercronic to v0.2.34

This commit is contained in:
renovate-bot 2025-06-20 16:11:38 +00:00
commit 46a94d8796

View file

@ -1,7 +1,7 @@
FROM golang:1.24.4-bullseye@sha256:dfd72198d14bc22f270c9e000c304a2ffd19f5a5f693fad82643311afdc6b568 as build
# renovate: datasource=github-tags depName=aptible/supercronic versioning=semver
ENV SUPERCRONIC_VERSION v0.2.33
ENV SUPERCRONIC_VERSION v0.2.34
RUN set -ex; \
git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \