Compare commits
2 Commits
a9f98cfa0f
...
main
Author | SHA1 | Date | |
---|---|---|---|
7236052a4a | |||
dc0a2e036f |
@@ -1,5 +1,5 @@
|
||||
# Build Stage
|
||||
FROM hugomods/hugo:0.147.8 AS build
|
||||
FROM hugomods/hugo:0.148.2 AS build
|
||||
|
||||
ARG BLOWFISH_VERSION
|
||||
|
||||
@@ -7,7 +7,7 @@ WORKDIR /opt/blog
|
||||
COPY . /opt/blog/
|
||||
|
||||
RUN git submodule update --init --recursive && \
|
||||
git -C themes/blowfish/ checkout v2.87.0
|
||||
git -C themes/blowfish/ checkout v2.89.1
|
||||
RUN hugo
|
||||
|
||||
# Publish Stage
|
||||
|
Reference in New Issue
Block a user