Compare commits
2 Commits
renovate/a
...
c1c8dafc6c
| Author | SHA1 | Date | |
|---|---|---|---|
| c1c8dafc6c | |||
| b278ffaf95 |
@@ -1,5 +1,5 @@
|
||||
# Build Stage
|
||||
FROM hugomods/hugo:0.148.2 AS build
|
||||
FROM hugomods/hugo:0.153.1 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.89.1
|
||||
git -C themes/blowfish/ checkout v2.93.0
|
||||
RUN hugo
|
||||
|
||||
# Publish Stage
|
||||
|
||||
Submodule themes/blowfish updated: 2f12b8d0d9...7ce8be1d2f
Reference in New Issue
Block a user