Update Zola to 0.19.1

This commit is contained in:
Emil Miler 2024-06-25 11:03:38 +02:00
parent 7436c2a0d4
commit a9b4a19152

View File

@ -3,7 +3,7 @@ FROM debian:latest
# Used in the makefile
ENV CHORDPRO_PIPELINE true
ARG ZOLA_VERSION="0.18.0"
ARG ZOLA_VERSION="0.19.1"
ARG CHORDPRO_VERSION="6.050"
RUN apt update -y && apt-get install -y --no-install-recommends \