Update dependency aptible/supercronic to v0.2.24 #26

Merged
renovate-bot merged 1 commits from renovate/aptible-supercronic-0.2.x into main 2023-04-24 18:06:29 +00:00
1 changed files with 1 additions and 1 deletions

View File

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