diff --git a/Dockerfile b/Dockerfile index 1494493..0f8b0ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.19 AS builder RUN apk add --no-cache wget tar file gcompat libstdc++ libgcc # Install Hugo extended version 0.147.0 (latest stable version) with verbose logging -RUN HUGO_VERSION=0.147.0 && \ +RUN HUGO_VERSION=0.147.8 && \ echo "--- Attempting to download Hugo v${HUGO_VERSION} ---" && \ wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz -O hugo.tar.gz && \ echo "--- Download complete. Listing tarball contents (hugo.tar.gz): ---" && \ diff --git a/static/img/feature_murderbot.jpg b/static/img/feature_murderbot.jpg new file mode 100644 index 0000000..8a169da Binary files /dev/null and b/static/img/feature_murderbot.jpg differ