From 717fa49729a13684a8880a0d0598fe015b6dbacd Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 14 Mar 2023 08:20:46 +0100 Subject: [PATCH] Enhancement: Use PHP 8.2 (#75) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a01123..4e5812a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1-alpine +FROM php:8.2-alpine LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer" LABEL "com.github.actions.description"="check php files"