diff --git a/Dockerfile b/Dockerfile index a1c70df..dc71647 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0-alpine +FROM php:8.1-alpine LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer" LABEL "com.github.actions.description"="check php files"