Skip to content

Commit 90ce342

Browse files
committed
Change default Alpine image for 8.1
1 parent 98d7f09 commit 90ce342

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)
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)