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
commit da39ad800baa2164a159ca810de4c240e128cc51 Author: gpchandran <poor...@gmail.com> AuthorDate: Thu May 29 02:31:07 2025 -0500 chore: update Dockerfile - Upgrade to 3.11.12 (#33612) (cherry picked from commit f0b6e87091ed82d680d844ef3754a66b4f5d07e5) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0dd33e02a9..92a0c6694d 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.11.12-slim-bookworm # if BUILDPLATFORM is null, set it to 'amd64' (or leave as is otherwise). ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}