From bd6b23035d674bc760f1cc7e225b0e3729ab562e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 May 2023 13:19:13 +0000 Subject: fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1290331 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1298721 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1300249 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d3a9d65..1963cefb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.12.0b1-slim RUN apt-get update \ && apt-get install -y --no-install-recommends ffmpeg \ -- cgit v1.2.3