bump: blowfish/hugo version
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m19s

This commit is contained in:
2024-04-30 23:33:30 +02:00
parent 2f41aadcbf
commit cc17238994
4 changed files with 6 additions and 2 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.65.0
git -C themes/blowfish/ checkout ${BLOWFISH_VERSION}
RUN hugo
# Publish Stage