Skip to content
Snippets Groups Projects
Commit 02b48f3f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'use-gohugoio-org' into 'registry'

Use gohugoio org inread of spf13 during source downloading

See merge request pages/hugo!91
parents abc461a8 ad3260c1
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ RUN set -eux && \
HUGO_SHA="${HUGO_EXTENDED_SHA}" ;; \
esac && \
apk add --update --no-cache ca-certificates openssl git && \
wget -O ${HUGO_VERSION}.tar.gz https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/${HUGO}_${HUGO_VERSION}_Linux-64bit.tar.gz && \
wget -O ${HUGO_VERSION}.tar.gz https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO}_${HUGO_VERSION}_Linux-64bit.tar.gz && \
echo "${HUGO_SHA} ${HUGO_VERSION}.tar.gz" | sha256sum -c && \
tar xf ${HUGO_VERSION}.tar.gz && mv hugo* /usr/bin/hugo
RUN go get github.com/yaegashi/muslstack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment