Update dependency aptible/supercronic to v0.2.2 #2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM golang:1.20.1-bullseye@sha256:c3fbdc381fb6b78325c2a5cc1bf0c288c0d173568fba3f1b8894a51837cccf7f as build
|
FROM golang:1.20.1-bullseye@sha256:c3fbdc381fb6b78325c2a5cc1bf0c288c0d173568fba3f1b8894a51837cccf7f as build
|
||||||
|
|
||||||
# renovate: datasource=github-tags depName=aptible/supercronic versioning=semver
|
# renovate: datasource=github-tags depName=aptible/supercronic versioning=semver
|
||||||
ENV SUPERCRONIC_VERSION v0.2.1
|
ENV SUPERCRONIC_VERSION v0.2.2
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \
|
git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \
|
||||||
|
|
Loading…
Reference in a new issue