Update Hugo to version 0.46

This commit is contained in:
Achilleas Pipinellis 2018-08-02 04:23:57 +00:00
parent f32ae3b112
commit 3a5bfd4d32

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.45.1 ENV HUGO_VERSION 0.46
ENV HUGO_SHA e10e4162d4d568b92e3c8b49efeb1fc3fd6310138dc5d7a63b86b852d37af158 ENV HUGO_SHA 96c431b1b76aed4833739966235098162b97ca9933e1ff2bcd09f7571842ea6b
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \