This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new ad057324b7 fix: upgrade to 3.11.11-slim-bookworm to address critical
vulnerabilities (#32240)
ad057324b7 is described below
commit ad057324b7be65f8cb497b9b064c58bba9ca5b61
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)
---
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}