Upgrade Nextcloud and downgrade base image

Due to recent changes mcrypt is not available anymore
in the latest php docker image. Thus we downgrade the
base image for now.

Additionally we upgrade the Nextcloud Version to 12.0.4
as the old image provided 12.0.2, which we upgraded within
the container to 12.0.3.3. We couldn't reuse 12.0.2 as a downgrade
of our database to the 12.0.2 database is not possible.
This commit is contained in:
madmaurice 2018-01-17 18:55:10 +01:00 committed by Hive
parent 9e0beb46aa
commit 37cfcf9503
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM php:apache
FROM php:7.0-apache
ENV NEXTCLOUD_VERSION 12.0.2
ENV NEXTCLOUD_VERSION 12.0.4
RUN \
apt-get update && \