From e91718fffde3c2ed4c2d7be732dd22547de8b0e9 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 30 May 2023 08:24:19 +0000 Subject: [PATCH] Update toolbox 1.76.0 -> 1.76.1 Updates: * Add a key for pdepend https://github.com/jakzal/toolbox/pull/480 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b70b86d..9004e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.2 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.76.0" +ARG TOOLBOX_VERSION="1.76.1" ARG FLAVOUR="alpine"