From bfaa5c6bc8b7a7ebd599ddd4912347d7c3847e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 1 Dec 2021 18:36:06 +0100 Subject: [PATCH] Update Dockerfile PHP 8.1 breaks the app --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ad37c7..d49a9d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM composer:2.1 +FROM composer:2.1.11 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh