diff --git a/Dockerfile b/Dockerfile index 1aef927..3a66977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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