diff --git a/Dockerfile b/Dockerfile index b322d6c..f8dc76a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache gcc g++ musl-dev git WORKDIR /hugo -RUN git clone --branch v0.64.0 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.64.1 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM golang:1.13-alpine