jlelse
/
docker-hugo
Arşivlenmiş
1
Çatalla 0
Bu işleme şunda yer alıyor:
Jan-Lukas Else 2020-10-12 17:17:45 +02:00
ebeveyn adfdf06efe
işleme db2ee35c75
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -4,7 +4,7 @@ RUN apk add -X http://dl-cdn.alpinelinux.org/alpine/v3.12/main/ -X http://dl-cdn
WORKDIR /hugo
RUN git clone --branch v0.75.0 https://github.com/gohugoio/hugo.git .
RUN git clone --branch v0.76.4 https://github.com/gohugoio/hugo.git .
RUN go build -v --tags extended
FROM alpine:3.12