Update ChordPro to 6.060 & Zola to 0.19.2

This commit is contained in:
Emil Miler 2024-09-04 11:39:41 +02:00
parent a9b4a19152
commit 316969c5eb

View File

@ -3,8 +3,8 @@ FROM debian:latest
# Used in the makefile # Used in the makefile
ENV CHORDPRO_PIPELINE true ENV CHORDPRO_PIPELINE true
ARG ZOLA_VERSION="0.19.1" ARG ZOLA_VERSION="0.19.2"
ARG CHORDPRO_VERSION="6.050" ARG CHORDPRO_VERSION="6.060"
RUN apt update -y && apt-get install -y --no-install-recommends \ RUN apt update -y && apt-get install -y --no-install-recommends \
ca-certificates openssl openssh-client rsync git wget build-essential cpanminus ghostscript ca-certificates openssl openssh-client rsync git wget build-essential cpanminus ghostscript