From 68fffc62ed6d2b89d1ea9462a37a0b8c6cf83ab3 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 27 Oct 2025 09:59:07 +0000 Subject: [PATCH] Update toolbox 1.99.1 -> 1.99.4 **Full Changelog**: https://github.com/jakzal/toolbox/compare/v1.99.3...v1.99.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63c3354..2047128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.4 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.99.1" +ARG TOOLBOX_VERSION="1.99.4" ARG FLAVOUR="alpine"