From ad057324b7be65f8cb497b9b064c58bba9ca5b61 Mon Sep 17 00:00:00 2001 From: gpchandran Date: Thu, 13 Feb 2025 05:32:48 -0600 Subject: [PATCH] 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 acfba0dce54eb..eaa36daa734ae 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}