From 96ac42b00f6796515b4f4c2fddc91b6d0fcd667a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 23:09:48 +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..6bb9b715655 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.0a3 COPY . . RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir kserve