From e21fb0e3685b5d33b7651a6a872a5ad0129ebdd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Nov 2025 07:17:22 +0000 Subject: [PATCH] fix: examples/python/observability/csm/Dockerfile.client to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- examples/python/observability/csm/Dockerfile.client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/observability/csm/Dockerfile.client b/examples/python/observability/csm/Dockerfile.client index b7793edf9cd04..deb1a280f02c5 100644 --- a/examples/python/observability/csm/Dockerfile.client +++ b/examples/python/observability/csm/Dockerfile.client @@ -1,4 +1,4 @@ -FROM python:3.9-slim-bookworm +FROM python:3.14.0-slim-bookworm RUN apt-get update -y && apt-get upgrade -y && apt-get install -y build-essential clang curl @@ -11,7 +11,7 @@ COPY . . RUN tools/bazel build -c dbg //examples/python/observability/csm:csm_greeter_client RUN cp -rL /workdir/bazel-bin/examples/python/observability/csm/csm_greeter_client* /artifacts/ -FROM python:3.9-slim-bookworm +FROM python:3.14.0-slim-bookworm RUN apt-get update -y \ && apt-get install -y python3 \