From cc98416355a7badafd739022b2810e2afcf38f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 02:36:18 +0000 Subject: [PATCH] fix: components/kubeflow/pytorch-launcher/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- components/kubeflow/pytorch-launcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kubeflow/pytorch-launcher/Dockerfile b/components/kubeflow/pytorch-launcher/Dockerfile index 521fee988fd..2a2ee34180d 100644 --- a/components/kubeflow/pytorch-launcher/Dockerfile +++ b/components/kubeflow/pytorch-launcher/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.6 +FROM python:3.13.0rc2 ADD requirements.txt requirements.txt