From d41b3470f80090f97e6ee619d30e3c83f8938b73 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Wed, 1 May 2024 19:35:58 +0200 Subject: [PATCH] hugo: bump version to v0.125.5 (#265) --- docker/install-hugo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-hugo.sh b/docker/install-hugo.sh index f4c9226..25b351f 100755 --- a/docker/install-hugo.sh +++ b/docker/install-hugo.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Versions -export HUGO="0.125.4" +export HUGO="0.125.5" # set ARCH="amd64" or ARCH="arm64" externally export ARCH="${ARCH:-amd64}" # if not set, use 'amd64' as default