From 95413280fd6f0798b8486326b51937a4b6a09336 Mon Sep 17 00:00:00 2001 From: Shruti Singh Date: Mon, 5 Jan 2026 20:14:28 +0530 Subject: [PATCH] Change base image to dhi.io/python:3.12-debian12-dev --- Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 18a7ff85f765b..11e8d2f79bf0f 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -30,7 +30,7 @@ # # Related: https://github.com/apache/airflow/issues/58337 ARG PYTHON_LTO="true" -ARG BASE_IMAGE="debian:bookworm-slim" +ARG BASE_IMAGE="dhi.io/python:3.12-debian12-dev" ############################################################################################## # This is the script image where we keep all inlined bash scripts needed in other segments