From 2f41aadcbf1a841b49e8b3bd9348438f3ee23c56 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 13 Apr 2024 16:17:04 +0200 Subject: [PATCH] bump: blowfish version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfbd8f7..8e663a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /opt/blog COPY . /opt/blog/ RUN git submodule update --init --recursive && \ - git -C themes/blowfish/ checkout v2.64.0 + git -C themes/blowfish/ checkout v2.65.0 RUN hugo # Publish Stage