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
This commit is contained in:
Tom Misilo 2021-05-07 15:50:36 -05:00 committed by GitHub
parent 4e408cbc42
commit 397e2df3ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
# Apache + PHP
RUN apk add --no-cache \
apache2 \