Update dependency aptible/supercronic to v0.2.2 #2

Merged
mwalbeck merged 1 commit from renovate/aptible-supercronic-0.2.x into main 2023-02-28 20:17:01 +00:00
Showing only changes of commit 4cf3e36d98 - Show all commits

View file

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