From 2b88274c596da640de84e83b9a031e99124572bd Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 22 Oct 2023 04:00:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 401e68e..36e6b8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" @@ -15,7 +15,7 @@ LABEL "maintainer"="Matt Brown " 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" \