Compare commits

1 Commits

Author SHA1 Message Date
5dd2cdd8c4 chore(deps): update hugomods/hugo docker tag to v0.148.2 2025-07-28 00:00:32 +00:00

View File

@@ -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.89.1 git -C themes/blowfish/ checkout v2.88.1
RUN hugo RUN hugo
# Publish Stage # Publish Stage