From 24f78b891fd533fcddc64a86ea1ff4b07c1d208d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 19:33:02 +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..e912ac56456 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.10.13 COPY . . RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir kserve