Merge pull request #642 from HorayNarea/update-php

use PHP 7.2 for rainloop
This commit is contained in:
mergify[bot]
2018-10-10 13:48:44 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM php:5-apache
FROM php:7.2-apache
RUN apt-get update && apt-get install -y \
unzip python3 python3-jinja2