From 3ea63e55051d84ecd4e0ab5417ba8b883e5c308b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Feb 2025 07:52:53 +0000 Subject: [PATCH] fix: docs/assets/hf/example.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-7642492 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-7642492 --- docs/assets/hf/example.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/hf/example.Dockerfile b/docs/assets/hf/example.Dockerfile index d420a4374..b9179ac0b 100644 --- a/docs/assets/hf/example.Dockerfile +++ b/docs/assets/hf/example.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.15-bullseye +FROM python:3.13.2-bullseye RUN apt-get update && \ apt-get install -y \