jlelse
/
docker-hugo
已封存
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2020-10-22 16:47:47 +02:00
父節點 db2ee35c75
當前提交 0b5c2dd5f9
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -4,7 +4,7 @@ RUN apk add -X http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ -X http://dl-cdn
WORKDIR /hugo
RUN git clone --branch v0.76.4 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.76.5 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM alpine:3.12