Updates the utility script to allow building of other Dockerfiles for building any image locally. Adds a single point to configure non-Python versions

This commit is contained in:
Trenton Holmes
2022-04-24 15:20:36 -07:00
parent 609b9e3369
commit 4517692c20
4 changed files with 84 additions and 70 deletions

9
.build-config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"qpdf": {
"version": "10.6.3"
},
"jbig2enc": {
"version": "0.29",
"git_tag": "0.29"
}
}