Skip to content

Commit fff7ae2

Browse files
authored
update PHP and composer
2 parents 8527a2b + 1b63a63 commit fff7ae2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4-alpine
1+
FROM php:8.5-alpine
22

33
LABEL "com.github.actions.name"="Psalm"
44
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>"
1515

1616
RUN apk add --no-cache tini git
1717

18-
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/composer
18+
COPY --from=composer/composer:latest-bin /composer /usr/bin/composer
1919

2020
RUN COMPOSER_ALLOW_SUPERUSER=1 \
2121
COMPOSER_HOME="/composer" \

0 commit comments

Comments
 (0)