From 69b0dac9c3ae6a2c6c540a668658748b38c267dd Mon Sep 17 00:00:00 2001 From: hostwithquantum Date: Tue, 10 Dec 2024 00:03:26 +0000 Subject: [PATCH] chore: Update Dockerfile ARG HUGO_VERSION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d25dc43..ab9fca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21.4 AS build -ARG HUGO_VERSION=0.139.3 +ARG HUGO_VERSION=0.139.4 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