From a5fca97920ecffaf6f1707d3524068a1ff14f2ec Mon Sep 17 00:00:00 2001 From: d3vyce <nicolas.sudres@hotmail.fr> Date: Sun, 7 Apr 2024 21:15:51 +0200 Subject: [PATCH] bump: blowfish version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f0c5d0..cfbd8f7 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.63.0 + git -C themes/blowfish/ checkout v2.64.0 RUN hugo # Publish Stage