Skip to content

Commit 722919c

Browse files
authored
use the latest Python image (#7540)
1 parent 4058882 commit 722919c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-bake.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ target "base" {
2626
dockerfile = "Dockerfile.base"
2727
tags = ["${IMAGE_NAME}:base-${IMAGE_TAG_SUFFIX}"]
2828
args = {
29-
build_image = "python:3.10-slim"
30-
base_image = "python:3.10-slim"
29+
build_image = "python:3.12-slim"
30+
base_image = "python:3.12-slim"
3131
haystack_version = "${HAYSTACK_VERSION}"
3232
}
3333
platforms = ["linux/amd64", "linux/arm64"]

0 commit comments

Comments
 (0)