Skip to content

Commit eae9282

Browse files
authored
Add PHP build version arg to test service
This should fix BuildKit error due to "unrecognized format"
1 parent e323c73 commit eae9282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ services:
7070
target: build
7171
args:
7272
PHP_BUILD_VERSION: $PHP_BUILD_VERSION
73+
PHP_TEST_VERSION: $PHP_TEST_VERSION
7374
WORDPRESS_VERSION: $WORDPRESS_VERSION
7475
BUILD_ROOT_PATH: $BUILD_ROOT_PATH
7576
container_name: "${PROJECT_NAME}_build"

0 commit comments

Comments
 (0)