We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4058882 commit 722919cCopy full SHA for 722919c
docker/docker-bake.hcl
@@ -26,8 +26,8 @@ target "base" {
26
dockerfile = "Dockerfile.base"
27
tags = ["${IMAGE_NAME}:base-${IMAGE_TAG_SUFFIX}"]
28
args = {
29
- build_image = "python:3.10-slim"
30
- base_image = "python:3.10-slim"
+ build_image = "python:3.12-slim"
+ base_image = "python:3.12-slim"
31
haystack_version = "${HAYSTACK_VERSION}"
32
}
33
platforms = ["linux/amd64", "linux/arm64"]
0 commit comments