From f9a61ef5826cce5d0a1bb45b34fa5fd89b844459 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 08:22:53 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-1296898 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa9209129..0ef5aaee9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This is a sample Dockerfile you can modify to deploy your own app based on face_recognition -FROM python:3.10.3-slim-bullseye +FROM python:3.13.0b4-slim-bullseye RUN apt-get -y update RUN apt-get install -y --fix-missing \