mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
Update PHP
This commit is contained in:
parent
e7be762a68
commit
2df2b869b8
@ -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" \
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user