From bb59c093d4283d28786a30346dff9c66b9971f3a Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Wed, 31 Jan 2018 21:52:26 +0100 Subject: [PATCH] [nextcloud] update to 13.0 RC4 --- nextcloud/Dockerfile.13.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile.13.0 b/nextcloud/Dockerfile.13.0 index 404368e..0092b23 100644 --- a/nextcloud/Dockerfile.13.0 +++ b/nextcloud/Dockerfile.13.0 @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.2 -ARG NEXTCLOUD_VERSION=13.0.0RC3 +ARG NEXTCLOUD_VERSION=13.0.0RC4 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \