From a6325fb1cd52aaa2afd6fa1eacb0c35905832759 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Feb 2025 18:20:48 +0000 Subject: [PATCH] fix: research/object_detection/dockerfiles/tf2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1804-FREETYPE-1019586 - https://snyk.io/vuln/SNYK-UBUNTU1804-FREETYPE-1019586 - https://snyk.io/vuln/SNYK-UBUNTU1804-NGHTTP2-5954867 - https://snyk.io/vuln/SNYK-UBUNTU1804-CYRUSSASL2-2408942 - https://snyk.io/vuln/SNYK-UBUNTU1804-CYRUSSASL2-2408942 --- research/object_detection/dockerfiles/tf2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/object_detection/dockerfiles/tf2/Dockerfile b/research/object_detection/dockerfiles/tf2/Dockerfile index c4dfc6b2307..da86ad41e85 100644 --- a/research/object_detection/dockerfiles/tf2/Dockerfile +++ b/research/object_detection/dockerfiles/tf2/Dockerfile @@ -1,4 +1,4 @@ -FROM tensorflow/tensorflow:2.2.0-gpu +FROM tensorflow/tensorflow:2.19.0rc0-gpu ARG DEBIAN_FRONTEND=noninteractive