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

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

View File

@ -2,7 +2,7 @@ FROM alpine:3.10
ENV UID=991 GID=991 ENV UID=991 GID=991
ARG NGINX_VERSION=1.17.1 ARG NGINX_VERSION=1.17.2
ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8" ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8"
ARG BUILD_CORES ARG BUILD_CORES

View File

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

View File

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