use the latest Python image (#7540)

This commit is contained in:
Massimiliano Pippi 2024-04-11 19:05:03 +02:00 committed by GitHub
parent 4058882e2e
commit 722919c452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,8 @@ target "base" {
dockerfile = "Dockerfile.base"
tags = ["${IMAGE_NAME}:base-${IMAGE_TAG_SUFFIX}"]
args = {
build_image = "python:3.10-slim"
base_image = "python:3.10-slim"
build_image = "python:3.12-slim"
base_image = "python:3.12-slim"
haystack_version = "${HAYSTACK_VERSION}"
}
platforms = ["linux/amd64", "linux/arm64"]