Update dependency aptible/supercronic to v0.2.33

This commit is contained in:
renovate-bot 2024-10-10 22:08:43 +00:00
commit c921d1909a

View file

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