From 47cb3cf552597928edc94f4a782c2dc974e6dd3d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 15 Jul 2024 10:06:23 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 572be55..41b3a53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22.5-bullseye@sha256:11ff2c5de8044d8d749cc684f6f3cdfbc9b2755960a62d4948b3483dc090e7aa as build # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.29 +ENV SUPERCRONIC_VERSION v0.2.30 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ -- 2.47.2