bump versions, sync xdebug version for all images

This commit is contained in:
2024-05-07 11:52:54 +07:00
parent a5774f098d
commit 3caef2148c
11 changed files with 23 additions and 28 deletions

View File

@@ -2,22 +2,22 @@
include .env
build-72:
cd ./v7.2 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:7.2 `pwd`
cd ./v7.2 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --build-arg XDEBUG_VERSION=${XDEBUG_VERSION} --tag=php-for-dev:7.2 `pwd`
build-73:
cd ./v7.3 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:7.3 `pwd`
cd ./v7.3 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --build-arg XDEBUG_VERSION=${XDEBUG_VERSION} --tag=php-for-dev:7.3 `pwd`
build-74:
cd ./v7.4 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:7.4 `pwd`
cd ./v7.4 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --build-arg XDEBUG_VERSION=${XDEBUG_VERSION} --tag=php-for-dev:7.4 `pwd`
build-80:
cd ./v8.0 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:8.0 `pwd`
cd ./v8.0 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} ---build-arg XDEBUG_VERSION=${XDEBUG_VERSION} -tag=php-for-dev:8.0 `pwd`
build-81:
cd ./v8.1 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:8.1 `pwd`
cd ./v8.1 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} ---build-arg XDEBUG_VERSION=${XDEBUG_VERSION} -tag=php-for-dev:8.1 `pwd`
build-82:
cd ./v8.2 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:8.2 `pwd`
cd ./v8.2 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} ---build-arg XDEBUG_VERSION=${XDEBUG_VERSION} -tag=php-for-dev:8.2 `pwd`
build-83:
cd ./v8.3 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} --tag=php-for-dev:8.3 `pwd`
cd ./v8.3 && docker build --build-arg COMPOSER_VERSION=${COMPOSER_VERSION} ---build-arg XDEBUG_VERSION=${XDEBUG_VERSION} -tag=php-for-dev:8.3 `pwd`