This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/4.1 by this push:
     new 7c8dc95170 chore: bump base image in Dockerfile with `ARG 
PY_VER=3.11.11-slim-bookworm` (#32780)
7c8dc95170 is described below

commit 7c8dc95170e0055d611a7cc463fe4b0cc035a2be
Author: gpchandran <[email protected]>
AuthorDate: Thu Mar 20 20:31:07 2025 -0500

    chore: bump base image in Dockerfile with `ARG 
PY_VER=3.11.11-slim-bookworm` (#32780)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index e83c81471d..be0678abb3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@
 ######################################################################
 # Node stage to deal with static asset construction
 ######################################################################
-ARG PY_VER=3.10-slim-bookworm
+ARG PY_VER=3.11.11-slim-bookworm
 
 # if BUILDPLATFORM is null, set it to 'amd64' (or leave as is otherwise).
 ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}

Reply via email to