We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b6939 commit b6e3d75Copy full SHA for b6e3d75
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.2-alpine
+FROM php:8.3-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.6.5 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.7.8 /usr/bin/composer /usr/bin/composer
19
20
RUN COMPOSER_ALLOW_SUPERUSER=1 \
21
COMPOSER_HOME="/composer" \
0 commit comments