From 397e2df3ea53d06986eb953a12d3dcd64c9c4ad7 Mon Sep 17 00:00:00 2001 From: Tom Misilo <1446856+misilot@users.noreply.github.com> Date: Fri, 7 May 2021 15:50:36 -0500 Subject: [PATCH] Upgrade the Alpine docker img to v3.13 for PHP 7.4 (#9550) v3.13 of the alpine image has php7.4 instead of php7.3 --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 64cac8df22..6b52b74f9a 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 # Apache + PHP RUN apk add --no-cache \ apache2 \