jlelse
/
docker-hugo
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2020-03-11 17:35:44 +01:00
parent 4ad1cae501
commit 6fe5795529
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.66.0 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.67.0 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM golang:1.14-alpine