From 488d4ab21a42d2332965690feefa376361f3ae25 Mon Sep 17 00:00:00 2001 From: chrisbjr <571279+chrisbjr@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:47:09 +0000 Subject: [PATCH] Update supercronic to v0.2.48 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a8122f8..57c0198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,9 +26,9 @@ RUN apk add --no-cache --virtual .build-deps \ # Use Supercronic for cron jobs. Latest releases available at https://github.com/aptible/supercronic/releases ARG TARGETARCH -ENV SUPERCRONIC_VERSION=v0.2.47 \ - SUPERCRONIC_SHA1SUM_AMD64=712d2ece75da6f6e530192a151488578153e4e96 \ - SUPERCRONIC_SHA1SUM_ARM64=93323899ddca3f1198f1796a4bf4418ed1e7982e +ENV SUPERCRONIC_VERSION=v0.2.48 \ + SUPERCRONIC_SHA1SUM_AMD64=016b7c9aebfc8d9fd9526e8ba33b191fc524485f \ + SUPERCRONIC_SHA1SUM_ARM64=2ab9b3bdcf290f60b59700aad876b6e68f3a6b06 RUN SUPERCRONIC="supercronic-linux-${TARGETARCH}" \ && case "$TARGETARCH" in \