bump nextcloud 22.2.10
This commit is contained in:
parent
83de939022
commit
1880a2f504
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:22.2.3-apache
|
||||
FROM nextcloud:22.2.10-apache
|
||||
|
||||
COPY supervisord/supervisord.conf /opt/supervisord.conf
|
||||
|
||||
|
@ -14,4 +14,4 @@ RUN apt-get update \
|
|||
|
||||
ENV NEXTCLOUD_UPDATE=1
|
||||
|
||||
CMD ["/usr/bin/supervisord", "-c", "/opt/supervisord.conf"]
|
||||
CMD ["/usr/bin/supervisord", "-c", "/opt/supervisord.conf"]
|
||||
|
|
Reference in New Issue