Merge pull request 'chore(deps): update nginx docker tag to v1.27' (#2) from renovate/nginx-1.x into main
Some checks failed
Build Blog Docker Image / build docker (push) Has been cancelled
Some checks failed
Build Blog Docker Image / build docker (push) Has been cancelled
Reviewed-on: #2
This commit is contained in:
commit
10906e5442
@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \
|
|||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
# Publish Stage
|
# Publish Stage
|
||||||
FROM nginx:1.25-alpine
|
FROM nginx:1.27-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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user