feat: update nextcloud to version 16
This commit is contained in:
parent
eaef8bb038
commit
978995c778
2 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
FROM nextcloud:15-apache
|
||||
FROM nextcloud:16-apache
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
|
Loading…
Reference in a new issue