update to php 7.3

This commit is contained in:
Reto Glauser
2019-06-24 06:51:33 +02:00
committed by Dario Ernst
parent f97b3fc827
commit 09784afcc3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.2-apache
FROM php:7.3-apache
#Shared layer between rainloop and roundcube
RUN apt-get update && apt-get install -y \
python3 curl python3-pip git \

View File

@@ -1,4 +1,4 @@
FROM php:7.2-apache
FROM php:7.3-apache
#Shared layer between rainloop and roundcube
RUN apt-get update && apt-get install -y \
python3 curl python3-pip git \