From cc7ed9e2849928421b434828bdde406cdeb2c7bc Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Mon, 11 Mar 2024 14:40:36 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6999bb4..f6dbe41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest LABEL maintainer "docker@fundor333.com" # Download and install hugo -ENV HUGO_VERSION 0.123.7 +ENV HUGO_VERSION 0.123.8 # Installing Hugo and ca-certificates RUN set -x &&\