Update Hugo to version 0.40.3

This commit is contained in:
Achilleas Pipinellis 2018-05-10 06:38:18 +00:00
parent 003578b22c
commit 6a02261a88

View File

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