From d3a3b9f00f19c1f235efd41a4c34506d66d30f43 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 30 May 2023 20:07:04 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a0052c..455711a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.20.4-bullseye@sha256:918857f4064db0fff49799ce5e7c4d43e394f452111cd89cca9af539c18a76a8 as build # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.24 +ENV SUPERCRONIC_VERSION v0.2.25 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ -- 2.40.1