Update dependency aptible/supercronic to v0.2.33 #200

Merged
renovate-bot merged 1 commits from renovate/aptible-supercronic-0.2.x into main 2024-10-10 22:17:03 +00:00

View File

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