From 722919c452658123b458d5e1cb1caa2c1272cbc1 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 11 Apr 2024 19:05:03 +0200 Subject: [PATCH] use the latest Python image (#7540) --- docker/docker-bake.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-bake.hcl b/docker/docker-bake.hcl index ba7e681bf..72cdd3393 100644 --- a/docker/docker-bake.hcl +++ b/docker/docker-bake.hcl @@ -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"]