Update Hugo to version 0.41

This commit is contained in:
Achilleas Pipinellis 2018-05-26 04:26:43 +00:00
parent 6a02261a88
commit acf12c17ca

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.40.3 ENV HUGO_VERSION 0.41
ENV HUGO_SHA a3913a5aca407b8badaba30dec764c2615fc59dd0e73129ddaf5cca0e75a475f ENV HUGO_SHA e7f3b5f7552305020e426fa4a2bf1a1ca570886acc0f037b4d74e85a51fa175b
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \