From ad5c12e687e0d9e03e0fbfb4579799a13db2d0d9 Mon Sep 17 00:00:00 2001 From: Oleksii Samara Date: Tue, 27 Dec 2022 20:44:30 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0471999..de2d901 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4-alpine +FROM php:8.1-alpine LABEL "com.github.actions.name"="Psalm" LABEL "com.github.actions.description"="A static analysis tool for finding errors in PHP applications"