Compare commits

...

2 Commits

Author SHA1 Message Date
295da91a77 Merge pull request 'chore(deps): update nginx docker tag to v1.28' (#10) from renovate/nginx-1.x into main
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 2m19s
Reviewed-on: #10
2025-04-26 11:37:52 +02:00
8ab461d601 chore(deps): update nginx docker tag to v1.28 2025-04-24 00:00:40 +00:00

View File

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