From 58c42c546b353445791a4ca67c78a72153b68a80 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Tue, 4 Aug 2026 22:18:15 +0200 Subject: [PATCH] update supercronic --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e8d29b..4e72df0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.12-slim -ARG SUPERCRONIC_VERSION=v0.2.33 +ARG SUPERCRONIC_VERSION=v0.2.40 ARG SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/${SUPERCRONIC_VERSION}/supercronic-linux-amd64 -ARG SUPERCRONIC_SHA1SUM=71b0d58cc53f6bd72cf2f293e09e294b79c666d8 +ARG SUPERCRONIC_SHA1SUM=e9481a3ec22f782dc4f7c8e0a6b5a7c3a4a8e1a0 RUN apt-get update \ && apt-get install -y --no-install-recommends curl ca-certificates \