From 5d8965f04b999e3a1e113185ff00939c40f7a866 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 23 Jul 2018 16:16:16 +0200 Subject: [PATCH] 13.0.5 --- Dockerfile.13.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.13.0 b/Dockerfile.13.0 index 8500480..4664784 100644 --- a/Dockerfile.13.0 +++ b/Dockerfile.13.0 @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.2 -ARG NEXTCLOUD_VERSION=13.0.4 +ARG NEXTCLOUD_VERSION=13.0.5 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \