Skip to content

Commit 1044134

Browse files
authored
Merge pull request #1586 from infosiftr/8.1-alpine
Change default Alpine image for 8.1
2 parents 98d7f09 + 3f6d4a3 commit 1044134

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ for version; do
117117
)
118118
)
119119
| .[0]
120+
# 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
121+
# since PHP 8.1 is EOL at the end of the year and wont likely get fixes, keep the default Alpine at 3.21
122+
| if env.version == "8.1" then
123+
"alpine3.21"
124+
else
125+
.
126+
end
120127
' versions.json)"
121128

122129
for dir in "${variants[@]}"; do

0 commit comments

Comments
 (0)