diff --git a/Dockerfile b/Dockerfile index 2c8f7ae..3e20026 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM nginx:1.29.3-alpine3.22 COPY default.conf /etc/nginx/conf.d/default.conf # CMD is not needed since default nginx command will be used to start the server