Update Hugo to version 0.40.1

This commit is contained in:
Achilleas Pipinellis (🌴 back on April 30 🌴) 2018-04-26 05:04:24 +00:00
parent 0e8fb56685
commit 0c2d9a4b5f

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.40 ENV HUGO_VERSION 0.40.1
ENV HUGO_SHA 9462d6a7ea097f2de6985b3c192386fe0f3c5bb9b8c07e2ebdba9529e0205cd7 ENV HUGO_SHA 004af6326a331f7e0e2ae2145a4263e36c9a15cb9dcf1d0d9dac4bbdf6d678d5
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \