Skip to content
Snippets Groups Projects
Unverified Commit 397e2df3 authored by Tom Misilo's avatar Tom Misilo Committed by GitHub
Browse files

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
parent 4e408cbc
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.12 FROM alpine:3.13
# Apache + PHP # Apache + PHP
RUN apk add --no-cache \ RUN apk add --no-cache \
apache2 \ apache2 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment