jlelse
/
docker-hugo
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2020-03-03 19:47:51 +01:00
parent 929228280a
commit 4ad1cae501
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN echo "" > /etc/apk/repositories && \
WORKDIR /hugo
RUN git clone --branch v0.65.3 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.66.0 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM golang:1.14-alpine