From 4cf3e36d988c126808030bc9363ec4ac2896c953 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 28 Feb 2023 20:07:30 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87aa241..6828c45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ -- 2.45.2