bump: blowfish/hugo version
Some checks failed
Build Blog Docker Image / build docker (push) Waiting to run
Build Hugo Docker Image / build docker (push) Has been cancelled

This commit is contained in:
2024-04-30 23:33:30 +02:00
parent 2f41aadcbf
commit df1ff04c1b
4 changed files with 11 additions and 4 deletions

View File

@ -1,11 +1,13 @@
# Build Stage
FROM git.d3vyce.fr/d3vyce/hugo:latest AS build
ARG BLOWFISH_VERSION
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