From bd6ee02db9e1adeadf703ca407a706779e69330e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Nov 2025 10:22:06 +0000 Subject: [PATCH] fix: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server 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 --- .../grpcio_tests/tests_py3_only/interop/Dockerfile.server | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server b/src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server index 3d51d26618e7d..e7fdb5b3dff0e 100644 --- a/src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server +++ b/src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server @@ -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 @@ -15,7 +15,7 @@ ENV TINI_VERSION v0.19.0 ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini RUN chmod +x /tini -FROM python:3.9-slim-bookworm +FROM python:3.14.0-slim-bookworm ENV GRPC_VERBOSITY="DEBUG" ENV GRPC_TRACE="xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_resolver_lb,priority_lb,xds_cluster_impl_lb,weighted_target_lb"