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-03-02 11:50:53 +01:00
parent 07fc555bed
commit e20d89911e
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.110.0
ARG HUGO_VERSION=0.111.1
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