jlelse
/
docker-hugo
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2020-02-04 17:23:40 +01:00
parent 260e60ff92
commit 3c8a9bf0e2
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache gcc g++ musl-dev git
WORKDIR /hugo
RUN git clone --branch v0.63.2 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.64.0 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM golang:1.13-alpine
@ -14,4 +14,4 @@ COPY --from=build /hugo/hugo /usr/bin/hugo
RUN apk update && apk add --no-cache ca-certificates libc6-compat libstdc++ git
VOLUME /site
WORKDIR /site
WORKDIR /site