diff --git a/Dockerfile b/Dockerfile index 3bc49ff..cdf5e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,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:-4004}