diff --git a/Dockerfile b/Dockerfile index 67766b2..643d052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM hugomods/hugo:0.148.2 AS build +FROM hugomods/hugo:0.152.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.89.1 + git -C themes/blowfish/ checkout v2.93.0 RUN hugo # Publish Stage diff --git a/themes/blowfish b/themes/blowfish index 2f12b8d..7ce8be1 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit 2f12b8d0d9ee90a4fa5481a92c2032ba97f1f358 +Subproject commit 7ce8be1d2f7e0cfef792433f4a1b42c0b66090f4