Push version to 12.0.0
This commit is contained in:
parent
60d75936c3
commit
d4e0cba2c1
6 changed files with 96 additions and 113 deletions
|
@ -3,7 +3,7 @@ FROM quay.io/thallian/php7-fpm:latest
|
|||
ENV FPMUSER nginx
|
||||
ENV FPMGROUP nginx
|
||||
|
||||
ENV VERSION 11.0.1
|
||||
ENV VERSION 12.0.0
|
||||
|
||||
RUN apk add --no-cache \
|
||||
libressl \
|
||||
|
@ -35,8 +35,6 @@ RUN apk add --no-cache \
|
|||
php7-apcu \
|
||||
php7-ldap
|
||||
|
||||
RUN ln -s /usr/bin/php7 /usr/bin/php
|
||||
|
||||
RUN mkdir /var/lib/nextcloud
|
||||
RUN wget -qO- https://download.nextcloud.com/server/releases/nextcloud-$VERSION.tar.bz2 | tar xj -C /var/lib/nextcloud --strip 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue