From 67dd3328799a29e12d7136ae20b6c8a248b02af8 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Thu, 20 Feb 2020 18:41:56 +0100 Subject: [PATCH] Update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8dc76a..53fee78 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.1 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.65.1 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM golang:1.13-alpine