Update Hugo to version 0.49.1

This commit is contained in:
Achilleas Pipinellis 2018-10-11 04:21:48 +00:00
parent 9623dab304
commit bdc83da92b

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.49 ENV HUGO_VERSION 0.49.1
ENV HUGO_SHA 768296178bb3ca5daaf39d897a2505f91e0224ca48a41dc0d1d73120859c4b1f ENV HUGO_SHA e037fc8476b388a438f037e05a98ea9f4694e9729d3b4dca052474f10fbfbbc8
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \