Update dependency aptible/supercronic to v0.2.30 #165

Merged
renovate-bot merged 1 commit from renovate/aptible-supercronic-0.2.x into main 2024-07-15 10:11:35 +00:00

View file

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