diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 85f0aea..1c8e08e 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,7 +1,7 @@ ####################### # Step 1: Base target # ####################### -FROM nginx:1.26.1-alpine as base +FROM nginx:1.26.2-alpine as base ARG app_name ARG app_ver