diff --git a/Dockerfile b/Dockerfile index 00a7765..1ecd5ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21.4 AS build -ARG HUGO_VERSION=0.125.7 +ARG HUGO_VERSION=0.126.0 ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb /tmp/hugo.deb RUN apt install -y /tmp/hugo.deb