From 3c8a9bf0e2a4e7ccbdd4ff2c24d00ede8ca49086 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Tue, 4 Feb 2020 17:23:40 +0100 Subject: [PATCH] Update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb3f3f9..b322d6c 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.63.2 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.64.0 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM golang:1.13-alpine @@ -14,4 +14,4 @@ COPY --from=build /hugo/hugo /usr/bin/hugo RUN apk update && apk add --no-cache ca-certificates libc6-compat libstdc++ git VOLUME /site -WORKDIR /site \ No newline at end of file +WORKDIR /site