From a515792cac44902d50a0bd9ff93349b75f1168f0 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 20 Jul 2023 11:22:15 +0200 Subject: [PATCH] Update the hugo version --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e13b1d4..e48259c 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ FROM ghcr.io/allanger/dumb-downloader as builder RUN apt-get update -y && apt-get install tar -y ENV RUST_LOG=info -ARG HUGO_VERSION=0.115.3 +ARG HUGO_VERSION=0.115.4 ARG HUGO_OUTPUT=/tmp/hugo.tar.gz RUN dudo -l "https://github.com/gohugoio/hugo/releases/download/v{{ version }}/hugo_{{ version }}_{{ os }}-{{ arch }}.tar.gz" -d $HUGO_OUTPUT -p $HUGO_VERSION RUN tar -xf $HUGO_OUTPUT -C /tmp && rm -f $HUGO_OUTPUT