From dece8f8a5724fdeb2420d0c241bd017e0b3b0590 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 01:45:58 +0000 Subject: [PATCH] fix: chapter10/coreml/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2403513 - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-1085094 - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-1085097 --- chapter10/coreml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter10/coreml/Dockerfile b/chapter10/coreml/Dockerfile index aa801c4..ba20913 100644 --- a/chapter10/coreml/Dockerfile +++ b/chapter10/coreml/Dockerfile @@ -1,3 +1,3 @@ -FROM python:3.8.8-slim +FROM python:3.13-slim