Update dependency aptible/supercronic to v0.2.25 #34

Merged
renovate-bot merged 1 commits from renovate/aptible-supercronic-0.2.x into main 2023-05-30 21:06:08 +00:00
1 changed files with 1 additions and 1 deletions

View File

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