variable "XPDF_VERSION" { default = "4.04" } target "xpdf" { dockerfile = "Dockerfile.xpdf" tags = ["deepset/xpdf:latest"] args = { xpdf_version = "${XPDF_VERSION}" } platforms = ["linux/amd64", "linux/arm64"] }