Updated to the latest Hugo version v.0.37.1, see https://github.com/gohugoio/hugo/releases

This commit is contained in:
cbrgm 2018-03-09 14:27:30 +01:00
commit da1399608a
4 changed files with 214 additions and 20 deletions

View file

@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer="chris@cbrgm.de"
LABEL version="latest"
ENV HUGO_VERSION="0.37"
ARG HUGO_VERSION
COPY ./drone-hugo.sh /bin/
RUN chmod +x /bin/drone-hugo.sh