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