bump version + finish UV article
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m6s

This commit is contained in:
2024-02-29 23:01:32 +01:00
parent a4e31c49c7
commit a5e23468a3
11 changed files with 78 additions and 44 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.58.0
git -C themes/blowfish/ checkout v2.59.0
RUN hugo
# Publish Stage