Update to PHP 7.4

This commit is contained in:
Deon George 2020-07-31 16:50:14 +10:00
parent a62d434cef
commit 7b9bd41c00
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# NAME leenooks/php
# VERSION 7.3-fpm-mp
# VERSION 7.4-fpm-mp
FROM php:7.3-fpm
FROM php:7.4-fpm
RUN apt-get update && apt-get install -y openssh-server unzip git msmtp nginx wait-for-it \
&& rm /etc/nginx/sites-enabled/default \