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