From 067e7da947a0b2488fcc9cea48bc44bb986386d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 15:34:04 +0000 Subject: [PATCH] fix: finetune/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-NGHTTP2-5954795 - https://snyk.io/vuln/SNYK-UBUNTU2004-LIBSSH-6130560 - https://snyk.io/vuln/SNYK-UBUNTU2004-OPENSSL-3314788 - https://snyk.io/vuln/SNYK-UBUNTU2004-OPENSSL-3314788 - https://snyk.io/vuln/SNYK-UBUNTU2004-BINUTILS-8679238 --- finetune/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finetune/Dockerfile b/finetune/Dockerfile index aa88991..56d3b5c 100644 --- a/finetune/Dockerfile +++ b/finetune/Dockerfile @@ -1,4 +1,4 @@ -FROM tensorflow/tensorflow:2.11.0-gpu +FROM tensorflow/tensorflow:2.19.0-gpu # Note - this is not a complete finetune image and custom op build will fail RUN apt-get update && apt install -y git