Compare commits

1 Commits

Author SHA1 Message Date
b19127ec71 chore(deps): update hugomods/hugo docker tag to v0.153.0 2025-12-20 00:01:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Build Stage
FROM hugomods/hugo:0.153.1 AS build
FROM hugomods/hugo:0.153.0 AS build
ARG BLOWFISH_VERSION
@@ -7,7 +7,7 @@ WORKDIR /opt/blog
COPY . /opt/blog/
RUN git submodule update --init --recursive && \
git -C themes/blowfish/ checkout v2.93.0
git -C themes/blowfish/ checkout v2.89.1
RUN hugo
# Publish Stage