mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
php with debug
This commit is contained in:
parent
530a94d5df
commit
15c430abee
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ versions=("7.3" "7.4" "8.0" "8.1")
|
||||||
|
|
||||||
for version in "${versions[@]}"; do
|
for version in "${versions[@]}"; do
|
||||||
echo "building haze-php-$version"
|
echo "building haze-php-$version"
|
||||||
docker build --build-arg BASE_IMAGE=icewind1991/php-dbg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile" php
|
docker build --build-arg BASE_IMAGE=icewind1991/php-dbg --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile" php
|
||||||
done
|
done
|
||||||
|
|
||||||
for version in "${versions[@]}"; do
|
for version in "${versions[@]}"; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue