diff --git a/Dockerfile b/Dockerfile index 772af893..d06df10f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,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:-4000}