diff --git a/Dockerfile b/Dockerfile index 3f6f10c..128ce6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nginx:1.27.2-bookworm +FROM docker.io/nginx:1.29.1-bookworm RUN rm -rf /usr/share/nginx/html && mkdir -p /usr/share/nginx/html COPY public /usr/share/nginx/html \ No newline at end of file