From d0fa37453aaacc44e435c08464b4da5369590d37 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Thu, 23 Jan 2020 21:56:42 +0100 Subject: [PATCH] Update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea11ff4..1e74aff 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.62.2 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.63.1 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM golang:1.13-alpine