bump version number for php and nextcloud
This commit is contained in:
parent
b5a3c10f13
commit
2718a8f1bf
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM php:7.0-apache
|
||||
FROM php:7.3-apache
|
||||
|
||||
ENV NEXTCLOUD_VERSION 14.0.0
|
||||
ENV NEXTCLOUD_VERSION 17.0.0
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
|
@ -8,7 +8,7 @@ RUN \
|
|||
supervisor \
|
||||
cron \
|
||||
sudo \
|
||||
libav-tools \
|
||||
ffmpeg \
|
||||
libldap2-dev \
|
||||
libxml2-dev \
|
||||
libpng-dev \
|
||||
|
@ -17,6 +17,7 @@ RUN \
|
|||
libbz2-dev \
|
||||
icu-devtools \
|
||||
libicu-dev \
|
||||
libzip-dev \
|
||||
libmcrypt-dev \
|
||||
libfreetype6-dev \
|
||||
libssl-dev \
|
||||
|
|
Loading…
Reference in a new issue