extended version needed

This commit is contained in:
Paolo Asperti 2023-02-14 01:09:24 +01:00
parent a6d1d3cfd3
commit 0668b8c02a
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ ARG HUGO_VERSION=0.109.0
RUN \
apk -U add wget && \
wget -O - "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.tar.gz" | tar xvzf - -C /usr/bin
wget -O - "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz" | tar xvzf - -C /usr/bin
ENTRYPOINT [ "/usr/bin/hugo" ]