bump: blowfish/hugo version
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user