From 27b0c9ec217caaf43f844e5393af87f41defc972 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 24 Jul 2025 11:27:36 +0200 Subject: [PATCH] Update Zola to 0.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d2fd60..0bdd948 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:latest # Used in the makefile ENV CHORDPRO_PIPELINE true -ARG ZOLA_VERSION="0.19.2" +ARG ZOLA_VERSION="0.21.0" ARG CHORDPRO_VERSION="6.060" RUN apt update -y && apt-get install -y --no-install-recommends \