From 4ad1cae50110cb820dedc5059cbef1fdf4a20bd5 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Tue, 3 Mar 2020 19:47:51 +0100 Subject: [PATCH] Update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1aef927..3a66977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN echo "" > /etc/apk/repositories && \ WORKDIR /hugo -RUN git clone --branch v0.65.3 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.66.0 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM golang:1.14-alpine