From 9435f73ec2853824bd03f2795046f18dee7a8430 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 21:24:04 +0000 Subject: [PATCH] fix: docs/samples/explanation/aix/mnist/rfserver/rf.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-NGHTTP2-5953379 --- docs/samples/explanation/aix/mnist/rfserver/rf.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/samples/explanation/aix/mnist/rfserver/rf.Dockerfile b/docs/samples/explanation/aix/mnist/rfserver/rf.Dockerfile index 15cd7f4483e..6bcc0e44a10 100644 --- a/docs/samples/explanation/aix/mnist/rfserver/rf.Dockerfile +++ b/docs/samples/explanation/aix/mnist/rfserver/rf.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.13.0a6 COPY . . RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir kserve