From ae17b2cb094415423ee0b6b55cceacc2a08e7ba4 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Fri, 19 Apr 2024 21:32:59 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40c1c8b..9f25b5b 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.124.1 +ENV HUGO_VERSION 0.125.0 # Installing Hugo and ca-certificates RUN set -x &&\