From e2deabde3286a9fc9a9527c1572b13c16aeb7274 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Thu, 22 Feb 2024 09:08:47 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61e3f0d..6b662e5 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.122.0 +ENV HUGO_VERSION 0.123.1 # Installing Hugo and ca-certificates RUN set -x &&\