bumm: blowfish/hugo version
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 5m29s
Build Blog Docker Image / build docker (push) Successful in 1m21s

This commit is contained in:
2024-03-09 18:33:52 +01:00
parent d8eb2589fd
commit 9517cf8bb7
4 changed files with 35 additions and 32 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /opt/blog
COPY . /opt/blog/
RUN git submodule update --init --recursive && \
git -C themes/blowfish/ checkout v2.59.0
git -C themes/blowfish/ checkout v2.60.0
RUN hugo
# Publish Stage