From 6434acfa40971244fbd3fedc94045e0731e062b9 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Sat, 9 Mar 2019 18:07:58 +0100 Subject: [PATCH] use latest Hugo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2488a67..53e2947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:7-apache -ENV HUGO_VERSION 0.50 +ENV HUGO_VERSION 0.54 ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.deb RUN apt-get update && apt-get upgrade -y && \