From 6a2845bee3ef278d1ae438407bce94f0e88d59cd Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 13 Feb 2025 10:27:34 +0000 Subject: [PATCH] Update toolbox 1.89.0 -> 1.90.0 ## What's Changed * Update the signature for phpDocumentor by @jakzal in https://github.com/jakzal/toolbox/pull/514 **Full Changelog**: https://github.com/jakzal/toolbox/compare/v1.89.0...v1.90.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c8c999..6e43217 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.89.0" +ARG TOOLBOX_VERSION="1.90.0" ARG FLAVOUR="alpine"