From 9fb97110b233d38e58a0ec1fbdfb6e724551cdef Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 31 Dec 2024 15:16:49 +0000 Subject: [PATCH] Update toolbox 1.86.0 -> 1.87.0 ## What's Changed * Enable PHPSpec on PHP 8.2 and 8.3 by @jakzal in https://github.com/jakzal/toolbox/pull/510 **Full Changelog**: https://github.com/jakzal/toolbox/compare/v1.86.0...v1.87.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8e46ec..583b981 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.86.0" +ARG TOOLBOX_VERSION="1.87.0" ARG FLAVOUR="alpine"