Update ChordPro to 6.060 & Zola to 0.19.2
This commit is contained in:
parent
a9b4a19152
commit
316969c5eb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user