diff --git a/Dockerfile b/Dockerfile index a9efc830..21bee082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ EXPOSE ${WEB_PORT} CMD ["bash", "-c", "./start.sh"] # Stage-2 Production Environment -FROM nginx:1.19-alpine +FROM nginx:1.29.3-alpine ENV WEB_PORT=${WEB_PORT:-4002}