temporary fix because of upstream
This commit is contained in:
parent
fda5aff7ef
commit
01de5baae1
@ -8,6 +8,7 @@ RUN \
|
|||||||
apk --no-cache upgrade && \
|
apk --no-cache upgrade && \
|
||||||
apk --no-cache add curl jq && \
|
apk --no-cache add curl jq && \
|
||||||
LATEST_RELEASE=$(curl -L -s -H 'Accept: application/json' https://github.com/gohugoio/hugo/releases/latest | jq --raw-output ".tag_name" | sed 's/^v//' ) && \
|
LATEST_RELEASE=$(curl -L -s -H 'Accept: application/json' https://github.com/gohugoio/hugo/releases/latest | jq --raw-output ".tag_name" | sed 's/^v//' ) && \
|
||||||
|
LATEST_RELEASE=0.139.4 && \
|
||||||
URL="https://github.com/gohugoio/hugo/releases/download/v${LATEST_RELEASE}/hugo_extended_${LATEST_RELEASE}_linux-${HUGO_ARCH}.tar.gz " && \
|
URL="https://github.com/gohugoio/hugo/releases/download/v${LATEST_RELEASE}/hugo_extended_${LATEST_RELEASE}_linux-${HUGO_ARCH}.tar.gz " && \
|
||||||
echo "Downloading: ${URL}" && \
|
echo "Downloading: ${URL}" && \
|
||||||
wget "${URL}" -O - | tar xzv -C /tmp
|
wget "${URL}" -O - | tar xzv -C /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user