Upgrade to PHP 7.3

This commit is contained in:
Shleeble 2019-04-24 22:05:09 +08:00 committed by GitHub
parent eb66ab3af4
commit fcbcc2d8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.2-apache
FROM php:7.3-apache
ARG COMPOSER_VERSION="1.8.5"
ARG COMPOSER_CHECKSUM="4e4c1cd74b54a26618699f3190e6f5fc63bb308b13fa660f71f2a2df047c0e17"