Compare commits
2
Commits
616accd48f
...
295da91a77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
295da91a77 | ||
|
|
8ab461d601 |
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user