hugo version bump
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2023-04-27 15:30:49 +02:00
parent e20d89911e
commit 71bbba11cc
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:11-slim
ARG HUGO_VERSION=0.111.1
ARG HUGO_VERSION=0.111.3
ARG HUGO_ARCH=amd64
ADD "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${HUGO_ARCH}.deb" /tmp/hugo.deb