Update to work with a new makefile

This commit is contained in:
Emil Miler 2024-06-01 12:12:05 +02:00
parent ab95372a89
commit 7436c2a0d4

View File

@ -1,5 +1,8 @@
FROM debian:latest FROM debian:latest
# Used in the makefile
ENV CHORDPRO_PIPELINE true
ARG ZOLA_VERSION="0.18.0" ARG ZOLA_VERSION="0.18.0"
ARG CHORDPRO_VERSION="6.050" ARG CHORDPRO_VERSION="6.050"