Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:bookworm-slim AS build

# Pin Hugo (extended). apk's `hugo` floats: it reached 0.160, which removed the
# .Site.Author field still referenced by the hextra theme's RSS template, breaking
# every build. Pin to a known-good version until the theme is bumped.
ARG HUGO_VERSION=0.155.0
# Pin Hugo (extended) for reproducible builds — apk's `hugo` floats and previously
# broke the site when it bumped past a theme-incompatible release. Keep this at/above
# the hextra theme's min_version (see themes/hextra/theme.toml).
ARG HUGO_VERSION=0.163.2
ARG TARGETARCH
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion themes/hextra
Submodule hextra updated 419 files