Update Hugo to version 0.48

This commit is contained in:
Achilleas Pipinellis 2018-08-30 04:23:03 +00:00
parent c1a9db7601
commit cbaa9eba57

View File

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