Update Hugo to version 0.42.1

This commit is contained in:
Achilleas Pipinellis 2018-06-13 14:09:47 +00:00
parent e61d885f7f
commit c8954cef02

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.42 ENV HUGO_VERSION 0.42.1
ENV HUGO_SHA 788d733a98c6a59ac1584e4ea66ee8329fd66973b7bbfd4835e150175022a2d0 ENV HUGO_SHA 425036350efc2d610953d4bb5258e9e8aaf41dad6657d9978cd58e34b205d3c4
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \