Change default Alpine image for 8.1

This commit is contained in:
Joseph Ferguson
2025-06-11 14:03:14 -07:00
parent 98d7f098a4
commit 3f6d4a370b

View File

@ -117,6 +117,13 @@ for version; do
)
)
| .[0]
# intl will not compile on Alpine 3.22 causing build failures for downstream images (joomla, mediawiki, wordpress): https://github.com/docker-library/php/issues/1585
# since PHP 8.1 is EOL at the end of the year and wont likely get fixes, keep the default Alpine at 3.21
| if env.version == "8.1" then
"alpine3.21"
else
.
end
' versions.json)"
for dir in "${variants[@]}"; do