update all nextcloud versions and php

This commit is contained in:
2018-10-12 15:43:42 +02:00
parent 0e60b8bc08
commit 639935ac94
5 changed files with 5 additions and 5 deletions

View File

@ -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" \

View File

@ -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" \