feat(hugo): Update hugo version

This commit is contained in:
drymer 2020-08-22 01:30:01 +02:00
parent 93ef5b3a21
commit 605b6d1cfc
Signed by: drymer
GPG Key ID: A307D64D5DDFDAAD
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.7 as builder
FROM alpine:3.10 as builder
ENV VERSION=0.46
ENV VERSION=0.74.3
RUN wget https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_${VERSION}_Linux-64bit.tar.gz -O /hugo.tar.gz
RUN apk add -U tar && tar -xz -f /hugo.tar.gz