From 8ee1304409d53cf54124fba0a5e8e41d1eaeb3a6 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Thu, 22 Aug 2024 17:05:37 +0200 Subject: [PATCH] Update Hugo to v0.125 This may fix an issue where the Ukrainian translation shows up when going to /spec. Signed-off-by: Carmen Bianca BAKKER --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 965a416a..3544155d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: image: plugins/hugo settings: source: site - hugo_version: 0.98.0 + hugo_version: 0.125.4 validate: false # Build and deploy Docker @@ -63,6 +63,6 @@ volumes: path: /run/user/1001/docker.sock --- kind: signature -hmac: 342d3cd8a5e9a64733e7e0c695532a4e5d4ef94c137d78d0ef2a9e02534224fb +hmac: 4f8188b5f7ce1e04843b5534f6ec240142f0b66c8c02a50c97335feaf5088abc ... diff --git a/Dockerfile b/Dockerfile index 8e763cae..a2b7a56c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN sed -i -r 's/#LoadModule expires_module/LoadModule expires_module/' /opt/bit # Development Preparation: run po4a and hugo # ============================================================================= -FROM alpine:3.16 as dev-prep +FROM alpine:3.20 as dev-prep # Dependencies RUN apk --no-cache add bash perl-yaml-tiny po4a hugo python3 diffutils