From 7d9afb1fb9b90812b69fe30e74133fd6ed8fdc6d Mon Sep 17 00:00:00 2001 From: Tawmu Date: Mon, 7 Oct 2024 09:36:05 +0100 Subject: [PATCH] bump supercronic to 0.2.32 --- phpfpm/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpfpm/Dockerfile b/phpfpm/Dockerfile index ea14eb7..47141fc 100644 --- a/phpfpm/Dockerfile +++ b/phpfpm/Dockerfile @@ -10,9 +10,9 @@ ENV S6_OVERLAY_NOARCH=https://github.com/just-containers/s6-overlay/releases/dow S6_OVERLAY_AMD64=https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.2/s6-overlay-x86_64.tar.xz \ METRICS_URL=https://github.com/hipages/php-fpm_exporter/releases/download/v2.2.0/php-fpm_exporter_2.2.0_linux_amd64 \ HEALTHCHECK_URL=https://raw.githubusercontent.com/renatomefi/php-fpm-healthcheck/master/php-fpm-healthcheck \ - SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.30/supercronic-linux-amd64 \ + SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.32/supercronic-linux-amd64 \ SUPERCRONIC=supercronic-linux-amd64 \ - SUPERCRONIC_SHA1SUM=9f27ad28c5c57cd133325b2a66bba69ba2235799 \ + SUPERCRONIC_SHA1SUM=7da26ce6ab48d75e97f7204554afe7c80779d4e0 \ S6_KEEP_ENV=1 \ S6_FIX_ATTRS_HIDDEN=1 \ S6_READ_ONLY_ROOT=1 \