diff --git a/Dockerfile b/Dockerfile index a9efc830..d2edd4d3 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.4-alpine ENV WEB_PORT=${WEB_PORT:-4002}