We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ec278 + 80ebd3d commit e2aaa06Copy full SHA for e2aaa06
Makefile
@@ -26,6 +26,7 @@ build-cli: clean-tags
26
./build-php.sh cli 7.3 3.11
27
./build-php.sh cli 7.4 3.10
28
./build-php.sh cli 7.4 3.11
29
+ ./build-php.sh cli 7.4 3.12
30
31
build-fpm: BUILDINGIMAGE=fpm
32
build-fpm: clean-tags
@@ -39,6 +40,7 @@ build-fpm: clean-tags
39
40
./build-php.sh fpm 7.3 3.11
41
./build-php.sh fpm 7.4 3.10
42
./build-php.sh fpm 7.4 3.11
43
+ ./build-php.sh fpm 7.4 3.12
44
45
# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
46
build-http: BUILDINGIMAGE=http
0 commit comments