Update dependency aptible/supercronic to v0.2.32 #187

Merged
renovate-bot merged 1 commits from renovate/aptible-supercronic-0.2.x into main 2024-09-13 18:17:05 +00:00
Showing only changes of commit 3c89d9436f - Show all commits

View File

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