This is an automated email from the ASF dual-hosted git repository.
jli 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 0c9577c605 chore: Revert "chore: bump base image in Dockerfile with
`ARG PY_VER=3.11.11-slim-bookworm`" (#32782)
0c9577c605 is described below
commit 0c9577c6051b5ede241fa548ec82cae5ca9404ca
Author: Joe Li <[email protected]>
AuthorDate: Thu Mar 20 18:40:10 2025 -0700
chore: Revert "chore: bump base image in Dockerfile with `ARG
PY_VER=3.11.11-slim-bookworm`" (#32782)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index be0678abb3..e83c81471d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@
######################################################################
# Node stage to deal with static asset construction
######################################################################
-ARG PY_VER=3.11.11-slim-bookworm
+ARG PY_VER=3.10-slim-bookworm
# if BUILDPLATFORM is null, set it to 'amd64' (or leave as is otherwise).
ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}