update hugo

This commit is contained in:
Newnius 2019-11-23 21:02:28 +08:00
parent e9b0ca3b9b
commit fa1f16a11f

View File

@ -11,12 +11,11 @@ ENV CGO_ENABLED=${CGO}
ENV GOOS=linux
ENV GO111MODULE=on
RUN apk add --no-cache git
RUN git clone https://github.com/gohugoio/hugo.git /hugo
RUN cd /hugo
WORKDIR /hugo
RUN go install