Dockerfile: Use latest hugo
This commit is contained in:
parent
76b494f0f7
commit
03c3545c29
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM klakegg/hugo:0.71.1-onbuild AS hugo
|
FROM klakegg/hugo:onbuild AS hugo
|
||||||
|
|
||||||
FROM nginx
|
FROM nginx
|
||||||
COPY --from=hugo /target /usr/share/nginx/html
|
COPY --from=hugo /target /usr/share/nginx/html
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue