From 2dcc713605ccc1cdc0f556876318faa194af24b9 Mon Sep 17 00:00:00 2001 From: metro2030 <metro2030@gmail.com> Date: Sat, 10 Dec 2016 01:32:08 +0300 Subject: [PATCH] nextcloud: Update to 10.0.2 (#71) * nextcloud: Update to 10.0.2 * Update Dockerfile --- nextcloud/10.0-armhf/Dockerfile | 2 +- nextcloud/10.0/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/10.0-armhf/Dockerfile b/nextcloud/10.0-armhf/Dockerfile index 23c26c5..3b205be 100644 --- a/nextcloud/10.0-armhf/Dockerfile +++ b/nextcloud/10.0-armhf/Dockerfile @@ -1,7 +1,7 @@ FROM orax/alpine-armhf:edge MAINTAINER Wonderfall <wonderfall@schrodinger.io> -ARG NEXTCLOUD_VERSION=10.0.1 +ARG NEXTCLOUD_VERSION=10.0.2 ARG GNU_LIBICONV_VERSION=1.14 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" diff --git a/nextcloud/10.0/Dockerfile b/nextcloud/10.0/Dockerfile index e4ef8d5..f92cb46 100644 --- a/nextcloud/10.0/Dockerfile +++ b/nextcloud/10.0/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge MAINTAINER Wonderfall <wonderfall@schrodinger.io> -ARG NEXTCLOUD_VERSION=10.0.1 +ARG NEXTCLOUD_VERSION=10.0.2 ARG GNU_LIBICONV_VERSION=1.14 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"