jlelse
/
docker-hugo
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2020-04-03 21:49:59 +02:00
parent 6fe5795529
commit ceba686af9
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.67.0 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.68.3 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM golang:1.14-alpine