bump: blowfish/hugo version

This commit is contained in:
2026-05-03 04:44:18 -04:00
parent a37cafc53c
commit 38127874b5
+2 -2
View File
@@ -1,5 +1,5 @@
# Build Stage # Build Stage
FROM hugomods/hugo:0.155.3 AS build FROM hugomods/hugo:0.160.1 AS build
ARG BLOWFISH_VERSION ARG BLOWFISH_VERSION
@@ -7,7 +7,7 @@ WORKDIR /opt/blog
COPY . /opt/blog/ COPY . /opt/blog/
RUN git submodule update --init --recursive && \ RUN git submodule update --init --recursive && \
git -C themes/blowfish/ checkout v2.98.0 git -C themes/blowfish/ checkout v2.102.0
RUN hugo RUN hugo
# Publish Stage # Publish Stage