extended version needed
This commit is contained in:
parent
a6d1d3cfd3
commit
0668b8c02a
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user