From fc39d603ddbf6ae442600e028a46114c265b0257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Tue, 22 Oct 2024 11:20:13 +0200 Subject: [PATCH] Bump to docker image v1.0.46 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 488aa1e..065536f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ php_image = blackfire/player-test:$(image_hash) # https://github.com/box-project/box/releases box_version = 4.6.2 -box_image = blackfire/php-internal:8.3-v1.0.45 +box_image = blackfire/php-internal:8.3-v1.0.46 BOX_BIN=bin/tools/box-$(box_version).phar PHAR_DIST=bin/blackfire-player.phar