Update Hugo to version 0.49

This commit is contained in:
Achilleas Pipinellis 2018-09-25 04:22:25 +00:00
parent cbaa9eba57
commit 9623dab304

View File

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