[nextcloud] update to 13.0

This commit is contained in:
hoellen 2018-02-06 10:39:01 +01:00
parent 9baa09176e
commit d80a592503
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM hoellen/nginx-php:7.2
ARG NEXTCLOUD_VERSION=13.0.0RC4
ARG NEXTCLOUD_VERSION=13.0.0
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
ENV UID=991 GID=991 \

View File

@ -23,10 +23,10 @@
- Environment variables provided (see below).
### Tags
- **latest** : latest stable version. (12.0)
- **13.0** : latest 13.0.x version (beta)
- **12.0** : latest 12.0.x version (stable)
- **11.0** : latest 11.0.x version (old stable)
- **latest** : latest stable version. (13.0)
- **13.0** : latest 13.0.x version (stable)
- **12.0** : latest 12.0.x version (old stable)
- **11.0** : latest 11.0.x version (deprecated)
- **daily** : latest code (daily build).
Other tags than `daily` are built weekly. For security reasons, you should occasionally update the container, even if you have the latest version of Nextcloud.