diff --git a/Dockerfile b/Dockerfile index 7501105..c98a7c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.2 +ENV SUPERCRONIC_VERSION v0.2.23 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \