From 27e7df91778eb88a9dca99ef1108ba0fe295590f Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 25 Jun 2023 09:52:44 +0200 Subject: [PATCH] chore: Upgrade the hugo to 0.114.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d0a64c1..c8205ac 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.114.0 +ARG HUGO_VERSION=0.114.1 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