chore(deps): update nginx docker tag to v1.31

This commit is contained in:
2026-05-14 00:02:47 +00:00
parent a1bce5bb33
commit aa51602e20
+1 -1
View File
@@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \
RUN hugo
# Publish Stage
FROM nginx:1.29-alpine
FROM nginx:1.31-alpine
WORKDIR /usr/share/nginx/html
COPY --from=build /opt/blog/public /usr/share/nginx/html/