mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
use the latest Python image (#7540)
This commit is contained in:
parent
4058882e2e
commit
722919c452
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user