diff --git a/Dockerfile b/Dockerfile index 7b20a24..3f967c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \ RUN hugo # Publish Stage -FROM nginx:1.29-alpine +FROM nginx:1.30-alpine WORKDIR /usr/share/nginx/html COPY --from=build /opt/blog/public /usr/share/nginx/html/