diff --git a/app/compose/production/nginx/Dockerfile b/app/compose/production/nginx/Dockerfile index 0a8ac65..8eb4c94 100644 --- a/app/compose/production/nginx/Dockerfile +++ b/app/compose/production/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3-alpine +FROM nginx:1.26.0-alpine RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file