Update Hugo to version 0.45.1

This commit is contained in:
Achilleas Pipinellis 2018-07-26 04:23:59 +00:00
parent f26ae4d86f
commit f32ae3b112

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.45 ENV HUGO_VERSION 0.45.1
ENV HUGO_SHA 5f03adc1b38609909e1f36add347ed838a8af0e770b2b26c8793ccf799465b42 ENV HUGO_SHA e10e4162d4d568b92e3c8b49efeb1fc3fd6310138dc5d7a63b86b852d37af158
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \