diff --git a/Dockerfile b/Dockerfile index 5bd1575..1797d46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add -X http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ -X http://dl-cdn WORKDIR /hugo -RUN git clone --branch v0.73.0 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.74.1 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM alpine:3.12