chore(deps): update nginx docker tag to v1.30 #22

Open
renovate-bot wants to merge 1 commits from renovate/nginx-1.x into main
Showing only changes of commit a3ccea2e91 - Show all commits

View File

@@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \
RUN hugo RUN hugo
# Publish Stage # Publish Stage
FROM nginx:1.29-alpine FROM nginx:1.30-alpine
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY --from=build /opt/blog/public /usr/share/nginx/html/ COPY --from=build /opt/blog/public /usr/share/nginx/html/