diff --git a/linux/nginx/1.21.0/php/Dockerfile b/linux/nginx/1.21.0/php/Dockerfile index e26506627..3b2664f17 100644 --- a/linux/nginx/1.21.0/php/Dockerfile +++ b/linux/nginx/1.21.0/php/Dockerfile @@ -1,3 +1,11 @@ +################################################################## +# Set Global ARG to build process +################################################################## +ARG NGINX_VERSION + +################################################################## +# Start build process +################################################################## FROM epicmorg/devel AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -82,7 +90,6 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## - FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/nginx/1.21.0/rtmp-hls/Dockerfile b/linux/nginx/1.21.0/rtmp-hls/Dockerfile index e20d6fe35..0f75b8271 100644 --- a/linux/nginx/1.21.0/rtmp-hls/Dockerfile +++ b/linux/nginx/1.21.0/rtmp-hls/Dockerfile @@ -1,3 +1,11 @@ +################################################################## +# Set Global ARG to build process +################################################################## +ARG NGINX_VERSION + +################################################################## +# Start build process +################################################################## FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive