jlelse
/
docker-hugo
Archived
1
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Jan-Lukas Else 0b5c2dd5f9 Update 2020-10-22 16:47:47 +02:00
Jan-Lukas Else db2ee35c75 Update 2020-10-12 17:17:45 +02:00
Jan-Lukas Else adfdf06efe Update 2020-09-14 13:33:10 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
FROM golang:1.14-alpine3.12 AS build
FROM golang:1.15-alpine3.12 AS build
RUN apk add -X http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ -X http://dl-cdn.alpinelinux.org/alpine/v3.12/community/ --no-cache gcc g++ musl-dev git
WORKDIR /hugo
RUN git clone --branch v0.74.3 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.76.5 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM alpine:3.12