update php (7.2.21, 7.3.8), nginx (1.17.2) and libiconv (1.16)

This commit is contained in:
2019-07-31 23:10:51 +02:00
parent 0eee50e693
commit 28e4016af8
3 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,9 @@ FROM alpine:3.10
ARG BUILD_CORES
ARG NGINX_VER=1.17.1
ARG PHP_VER=7.2.20
ARG LIBICONV_VERSION=1.15
ARG NGINX_VER=1.17.2
ARG PHP_VER=7.2.21
ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \
maintainer="hoellen info@hoellen.eu" \

View File

@ -2,9 +2,9 @@ FROM alpine:3.10
ARG BUILD_CORES
ARG NGINX_VER=1.17.1
ARG PHP_VER=7.3.7
ARG LIBICONV_VERSION=1.15
ARG NGINX_VER=1.17.2
ARG PHP_VER=7.3.8
ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \
maintainer="hoellen info@hoellen.eu" \