We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f3313 commit fe7fddaCopy full SHA for fe7fdda
.github/action/musl/Dockerfile
@@ -1,7 +1,7 @@
1
ARG PHP_VERSION=8.5
2
ARG TS=-zts
3
4
-FROM php:${PHP_VERSION}${TS}-alpine
+FROM php:${PHP_VERSION}${TS}-alpine3.22
5
6
RUN apk add --no-cache \
7
llvm17 \
0 commit comments