Skip to content

Commit

Permalink
Merge pull request #32205 from romainneutron/docker-1.0.17
Browse files Browse the repository at this point in the history
Switch to Docker images v1.0.17
  • Loading branch information
romainneutron committed Dec 21, 2023
2 parents 31f48e8 + 3ed354f commit 99c8033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_hash = $(shell sha256sum Dockerfile-dev | cut -c -8)
php_image = blackfire/player-test:$(image_hash)

box_version = 4.1.0
box_image = blackfire/php-internal:8.2-v1.0.16
box_image = blackfire/php-internal:8.2-v1.0.17

BOX_BIN=bin/tools/box-$(box_version).phar
PHAR_DIST=bin/blackfire-player.phar
Expand Down

0 comments on commit 99c8033

Please sign in to comment.