From 22099fff548266cbe1b24c141485514f628a5640 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 13 Sep 2017 18:19:08 +0200 Subject: [PATCH] Use Hugo 0.26 to build to fix some bugs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3038ab..b6a3b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.0-apache -ENV HUGO_VERSION 0.20.7 +ENV HUGO_VERSION 0.26 ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.deb RUN apt-get update && apt-get upgrade -y && \