From f25d790e699633d0dc0b1278c2ff426aa41fed31 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 23 Oct 2024 00:20:14 -0700 Subject: [PATCH] fix: docs/assets/hf/example.Dockerfile to reduce vulnerabilities (#1043) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-7197980 - https://snyk.io/vuln/SNYK-DEBIAN11-BLUEZ-1911958 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855508 Co-authored-by: snyk-bot --- 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 917928d25..d420a4374 100644 --- a/docs/assets/hf/example.Dockerfile +++ b/docs/assets/hf/example.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.14-bullseye +FROM python:3.10.15-bullseye RUN apt-get update && \ apt-get install -y \