From 56af75f4927d9b2d1058924373fd5204c6d0a2ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2025 08:20:43 +0000 Subject: [PATCH] fix: RELEASING/Dockerfile.make_tarball 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-GLIBC-1547135 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 --- RELEASING/Dockerfile.make_tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING/Dockerfile.make_tarball b/RELEASING/Dockerfile.make_tarball index 4e701afd172f0..cc95358d94de0 100644 --- a/RELEASING/Dockerfile.make_tarball +++ b/RELEASING/Dockerfile.make_tarball @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM python:3.10-slim-bookworm +FROM python:3.14.0a1-slim-bookworm RUN apt-get update -y RUN apt-get install -y \