From 0b5c2dd5f924d5f321cf92c319fe82284cd73265 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Thu, 22 Oct 2020 16:47:47 +0200 Subject: [PATCH] Update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4fd608..b2825d0 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.76.4 https://github.com/gohugoio/hugo.git . +RUN git clone --branch v0.76.5 https://github.com/gohugoio/hugo.git . RUN go build -v --tags extended FROM alpine:3.12