Compare commits

..
2 Commits
Author SHA1 Message Date
d3vyce 10906e5442 Merge pull request 'chore(deps): update nginx docker tag to v1.27' (#2) from renovate/nginx-1.x into main
Build Blog Docker Image / build docker (push) Has been cancelled
Reviewed-on: #2
2024-09-23 18:16:55 +02:00
renovate-bot 22718ed3e7 chore(deps): update nginx docker tag to v1.27 2024-09-23 16:16:23 +00:00
+1 -1
View File
@@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \
RUN hugo
# Publish Stage
FROM nginx:1.25-alpine
FROM nginx:1.27-alpine
WORKDIR /usr/share/nginx/html
COPY --from=build /opt/blog/public /usr/share/nginx/html/