Skip to content

Commit 6c91a36

Browse files
committed
Remove more 8.1 special cases
Follow-up to #1639
1 parent a56a1b3 commit 6c91a36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ 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
127120
' versions.json)"
128121

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

0 commit comments

Comments
 (0)