From 28ab1cbdecac80fd809600a86da653e5e3c79c60 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 23 Jul 2020 18:37:02 +0100 Subject: [PATCH] Update Hugo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3302ce..2757785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:lts-slim as build ENV NODE_ENV production -ENV HUGO_VERSION=0.68.3 +ENV HUGO_VERSION=0.73.0 WORKDIR /app