Update Nextcloud to 18.0.7

This commit is contained in:
Paul-Henri Froidmont 2020-07-26 00:58:06 +02:00
parent 6eef2432f0
commit 0d100f0dcc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM nextcloud:18.0.4-fpm
FROM nextcloud:18.0.7-fpm
RUN apt-get update && apt-get install -y \
supervisor \

View file

@ -39,7 +39,7 @@
register: db_tables_exist
retries: 15
delay: 10
until: db_tables_exist.rc == 0
until: db_tables_exist is succeeded
changed_when: no
- name: Restore Nextcloud database