Compare commits

..
2 Commits
Author SHA1 Message Date
d3vyce f342bf94ad Merge pull request 'chore(deps): update nginx docker tag to v1.29' (#12) from renovate/nginx-1.x into main
Build Blog Docker Image / build docker (push) Has been cancelled
Reviewed-on: #12
2025-06-27 20:10:14 +02:00
renovate-bot 367670897b chore(deps): update nginx docker tag to v1.29 2025-06-25 00:00:40 +00:00
+1 -1
View File
@@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \
RUN hugo RUN hugo
# Publish Stage # Publish Stage
FROM nginx:1.28-alpine FROM nginx:1.29-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/