From 3c89d9436feaef0e64be301f56746955b96ff0f7 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 13 Sep 2024 18:13:11 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.32 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c30b9a..03cda65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.1-bullseye@sha256:45b43371f21ec51276118e6806a22cbb0bca087ddd54c491fdc7149be01035d5 as build # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.30 +ENV SUPERCRONIC_VERSION v0.2.32 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ -- 2.45.2