From ec40096381b275297f27264264491cad26b3bf2e Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 5 Jul 2016 13:14:01 +0200 Subject: [PATCH] nextcloud: update to 9.0.52 --- nextcloud/9.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/9.0/Dockerfile b/nextcloud/9.0/Dockerfile index b2df326..1dbef9a 100644 --- a/nextcloud/9.0/Dockerfile +++ b/nextcloud/9.0/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge MAINTAINER Wonderfall -ARG NEXTCLOUD_VERSION=9.0.51 +ARG NEXTCLOUD_VERSION=9.0.52 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV GID=991 UID=991