From 7bee939ec589c67f8ba24d39be78893cd2e87358 Mon Sep 17 00:00:00 2001 From: hostwithquantum Date: Fri, 25 Oct 2024 00:03:11 +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 a3bc44d..dfa94d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21.4 AS build -ARG HUGO_VERSION=0.136.4 +ARG HUGO_VERSION=0.136.5 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