jlelse
/
docker-hugo
Archived
1
포크 0
This commit is contained in:
Jan-Lukas Else 2020-10-12 17:17:45 +02:00
부모 adfdf06efe
커밋 db2ee35c75
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.75.0 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.76.4 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM alpine:3.12