chore: upgrade Hugo builder image to latest version

This commit is contained in:
Greg 2025-05-25 16:18:22 +02:00
parent 4835cba4d2
commit 3d2e14f2a6

View File

@ -1,5 +1,5 @@
# Stage 1: Build the Hugo site # Stage 1: Build the Hugo site
FROM klakegg/hugo:0.112.3-alpine AS builder FROM klakegg/hugo:latest-alpine AS builder
# Set the working directory in the container # Set the working directory in the container
WORKDIR /src WORKDIR /src