From 8d0ea2d7fa4b1bb1d1f33bd8c17c6f1573917b80 Mon Sep 17 00:00:00 2001 From: sdvcrx-bot Date: Sat, 17 Aug 2024 21:18:41 +0000 Subject: [PATCH] Update hugo to v0.133.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 505bebd..9f2fae6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM bitnami/minideb AS build -ENV HUGO_VERSION 0.132.2 +ENV HUGO_VERSION 0.133.0 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