From ef462534dc396a34b59df70563c129668cd7e4aa Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 21 May 2024 13:38:32 +0000 Subject: [PATCH] Update toolbox 1.83.0 -> 1.83.1 Updates: * Update the key for phpcbf https://github.com/jakzal/toolbox/commit/95751319310139c9dfcad8b0ad7ae3c6ccb09cc2 (@jakzal) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86d8bb4..acd7769 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.3 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.83.0" +ARG TOOLBOX_VERSION="1.83.1" ARG FLAVOUR="alpine"