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.
2 parents 8527a2b + 1b63a63 commit fff7ae2Copy full SHA for fff7ae2
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4-alpine
+FROM php:8.5-alpine
2
3
LABEL "com.github.actions.name"="Psalm"
4
LABEL "com.github.actions.description"="A static analysis tool for finding errors in PHP applications"
@@ -15,7 +15,7 @@ LABEL "maintainer"="Melroy van den Berg <melroy@melroy.org>"
15
16
RUN apk add --no-cache tini git
17
18
-COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/composer
+COPY --from=composer/composer:latest-bin /composer /usr/bin/composer
19
20
RUN COMPOSER_ALLOW_SUPERUSER=1 \
21
COMPOSER_HOME="/composer" \
0 commit comments