jlelse
/
docker-hugo
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2020-05-31 17:00:14 +02:00
parent f09749a3db
commit 5aca4299d4
1 changed files with 1 additions and 1 deletions

View File

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