From a49211823363a6660670a67144b2bb097a9db76c Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Sat, 24 Feb 2024 11:15:45 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b662e5..01b9486 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.1 +ENV HUGO_VERSION 0.123.2 # Installing Hugo and ca-certificates RUN set -x &&\