Skip to content

Commit

Permalink
Merge pull request #20 from melroy89/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
orklah committed Oct 22, 2023
2 parents 38dd851 + 2b88274 commit 9ec1b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-alpine
FROM php:8.2-alpine

LABEL "com.github.actions.name"="Psalm"
LABEL "com.github.actions.description"="A static analysis tool for finding errors in PHP applications"
Expand All @@ -15,7 +15,7 @@ LABEL "maintainer"="Matt Brown <github@muglug.com>"

RUN apk add --no-cache tini git

COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer

RUN COMPOSER_ALLOW_SUPERUSER=1 \
COMPOSER_HOME="/composer" \
Expand Down

0 comments on commit 9ec1b5e

Please sign in to comment.