Skip to content

Commit fe7fdda

Browse files
authored
fix(musl): Use Alpine 3.22 for musl tests (#595)
1 parent e6f3313 commit fe7fdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/action/musl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PHP_VERSION=8.5
22
ARG TS=-zts
33

4-
FROM php:${PHP_VERSION}${TS}-alpine
4+
FROM php:${PHP_VERSION}${TS}-alpine3.22
55

66
RUN apk add --no-cache \
77
llvm17 \

0 commit comments

Comments
 (0)