This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 5.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4a298e83d772cd947aee0d0e8ff71444cffa7a81 Author: gpchandran <[email protected]> AuthorDate: Thu Feb 13 05:32:48 2025 -0600 fix: upgrade to 3.11.11-slim-bookworm to address critical vulnerabilities (#32240) (cherry picked from commit ad057324b7be65f8cb497b9b064c58bba9ca5b61) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acfba0dce5..eaa36daa73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ###################################################################### # Node stage to deal with static asset construction ###################################################################### -ARG PY_VER=3.11-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}
