Skip to content

Commit

Permalink
use the latest Python image (#7540)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Apr 11, 2024
1 parent 4058882 commit 722919c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 722919c

Please sign in to comment.