From 8e3b7be20898fffdc28a2516fa230289f7d06038 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 16:30:43 +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-CURL-5955014 - 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 --- 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..1b30f6c602d 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.0a1 COPY . . RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir kserve