From 1a77803afa2d70de69a9cf94f9eeeaec11434877 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 2 Dec 2019 10:49:09 +0100 Subject: [PATCH] use PHP 7.4 base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f6ee84..2165eda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3-alpine +FROM php:7.4-alpine LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer" LABEL "com.github.actions.description"="check php files"