Update PHP

This commit is contained in:
hoellen 2020-07-09 18:49:05 +02:00
parent e7be762a68
commit 2df2b869b8
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.12
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.18.0 ARG NGINX_VER=1.18.0
ARG PHP_VER=7.3.19 ARG PHP_VER=7.3.20
ARG LIBICONV_VERSION=1.16 ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \ LABEL description="nginx + php image based on Alpine" \

View File

@ -3,7 +3,7 @@ FROM alpine:3.12
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.18.0 ARG NGINX_VER=1.18.0
ARG PHP_VER=7.4.7 ARG PHP_VER=7.4.8
ARG LIBICONV_VERSION=1.16 ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \ LABEL description="nginx + php image based on Alpine" \
@ -85,6 +85,7 @@ ARG PHP_EXT_LIST=" \
pgsql \ pgsql \
ftp \ ftp \
exif \ exif \
bcmath \
gmp \ gmp \
imap" imap"