From ac04bf319b4760d40f8d94aa92c0b29debfb6277 Mon Sep 17 00:00:00 2001 From: sdvcrx-bot Date: Mon, 26 Aug 2024 21:19:21 +0000 Subject: [PATCH] Update hugo to v0.133.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f2fae6..0775c2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM bitnami/minideb AS build -ENV HUGO_VERSION 0.133.0 +ENV HUGO_VERSION 0.133.1 ARG TARGETARCH ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-${TARGETARCH}.tar.gz /tmp/hugo.tar.gz