From 639935ac9497d34154bb129e2f821ba60c27df52 Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 12 Oct 2018 15:43:42 +0200 Subject: [PATCH] update all nextcloud versions and php --- nextcloud/Dockerfile.12.0 | 2 +- nextcloud/Dockerfile.13.0 | 2 +- nextcloud/Dockerfile.14.0 | 2 +- nginx-php/Dockerfile.7.1 | 2 +- nginx-php/Dockerfile.7.2 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nextcloud/Dockerfile.12.0 b/nextcloud/Dockerfile.12.0 index 72816a6..61d2fb8 100644 --- a/nextcloud/Dockerfile.12.0 +++ b/nextcloud/Dockerfile.12.0 @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.1 -ARG NEXTCLOUD_VERSION=12.0.11 +ARG NEXTCLOUD_VERSION=12.0.12 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \ diff --git a/nextcloud/Dockerfile.13.0 b/nextcloud/Dockerfile.13.0 index 9827cfa..3915dff 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.6 +ARG NEXTCLOUD_VERSION=13.0.7 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \ diff --git a/nextcloud/Dockerfile.14.0 b/nextcloud/Dockerfile.14.0 index 358af8d..b458c22 100644 --- a/nextcloud/Dockerfile.14.0 +++ b/nextcloud/Dockerfile.14.0 @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.2 -ARG NEXTCLOUD_VERSION=14.0.1 +ARG NEXTCLOUD_VERSION=14.0.3 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \ diff --git a/nginx-php/Dockerfile.7.1 b/nginx-php/Dockerfile.7.1 index 78e1cb9..6d8a263 100644 --- a/nginx-php/Dockerfile.7.1 +++ b/nginx-php/Dockerfile.7.1 @@ -3,7 +3,7 @@ FROM alpine:3.8 ARG BUILD_CORES ARG NGINX_VER=1.15.5 -ARG PHP_VER=7.1.22 +ARG PHP_VER=7.1.23 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \ diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index 60b00fc..aa48396 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -3,7 +3,7 @@ FROM alpine:3.8 ARG BUILD_CORES ARG NGINX_VER=1.15.5 -ARG PHP_VER=7.2.10 +ARG PHP_VER=7.2.11 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \