feat: update nextcloud to version 16

This commit is contained in:
Adrien Waksberg 2019-06-04 07:42:53 +02:00
parent eaef8bb038
commit 978995c778
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM debian:stretch
MAINTAINER Adrien Waksberg "docker@yae.im"
ARG ANSIBLE_VERSION=2.7.7.0
ARG ANSIBLE_VERSION=2.8.0
RUN apt update && \
apt dist-upgrade -y && \

View file

@ -1,3 +1,3 @@
FROM nextcloud:15-apache
FROM nextcloud:16-apache
COPY entrypoint.sh /