Skip to content

Commit

Permalink
Merge pull request #28 from musicEnfanthen/feature/build-utils
Browse files Browse the repository at this point in the history
fix: use correct saxon version for docker update
  • Loading branch information
musicEnfanthen authored Feb 1, 2025
2 parents fa76a84 + 529560a commit 1d6554c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/build/update_build_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
VERSION_KEYS = [
'prince.version',
'saxon.version',
'saxon.edition.version',
'schematron.version',
'stylesheets.version',
'verovio.version',
Expand All @@ -27,7 +28,7 @@

DOCKER_FILE_PATTERNS = {
r'ARG PRINCE_VERSION=.*': "ARG PRINCE_VERSION={prince.version}",
r'ARG SAXON_VERSION=.*': "ARG SAXON_VERSION={saxon.version}",
r'ARG SAXON_VERSION=.*': "ARG SAXON_VERSION={saxon.edition.version}",
r'ARG SCHEMATRON_VERSION=.*': "ARG SCHEMATRON_VERSION={schematron.version}",
r'ARG XERCES_VERSION=.*': "ARG XERCES_VERSION={xerces.version}"
}
Expand Down

0 comments on commit 1d6554c

Please sign in to comment.