From 90999eabac87790e3428f9f45b67593d94ce37f7 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Thu, 29 Feb 2024 22:08:16 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c671c60..29be453 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.5 +ENV HUGO_VERSION 0.123.6 # Installing Hugo and ca-certificates RUN set -x &&\