From 3e333bdb794c5bc51f59cf71627fb35be313ce62 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 28 Dec 2025 12:33:40 +0000 Subject: [PATCH] Update toolbox 1.104.1 -> 1.104.2 ## What's Changed * Jack is no longer a Symfony cli app and does not have the --help switch by @jakzal in https://github.com/jakzal/toolbox/pull/554 **Full Changelog**: https://github.com/jakzal/toolbox/compare/v1.104.1...v1.104.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1940cec..5d1128d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.5 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.104.1" +ARG TOOLBOX_VERSION="1.104.2" ARG FLAVOUR="alpine"