Compare commits

..

No commits in common. "10906e5442089a16f8e20544e51006f8b8bd2aa6" and "9d823e9bedb5c442d016304c152b36b1a021fa95" have entirely different histories.

View File

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