From dd763a71947bcf5f940ec2333350241243a4a663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Dec 2024 16:54:23 +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-PYTHON38-3111779 --- finetune/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finetune/Dockerfile b/finetune/Dockerfile index aa88991..47b548c 100644 --- a/finetune/Dockerfile +++ b/finetune/Dockerfile @@ -1,4 +1,4 @@ -FROM tensorflow/tensorflow:2.11.0-gpu +FROM tensorflow/tensorflow:2.18.0-gpu # Note - this is not a complete finetune image and custom op build will fail RUN apt-get update && apt install -y git