Compare commits

..

2 Commits

Author SHA1 Message Date
fd6a64ce32 Update PHP to 7.4.21 2021-07-01 18:30:10 +02:00
ab15e38d80 Update PHP to 7.3.29 2021-07-01 14:05:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.13
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.20.1 ARG NGINX_VER=1.20.1
ARG PHP_VER=7.3.28 ARG PHP_VER=7.3.29
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.13
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.20.1 ARG NGINX_VER=1.20.1
ARG PHP_VER=7.4.20 ARG PHP_VER=7.4.21
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" \