From 961ceffbc77178a0222ddbc81f1e6d1f0f42f444 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 10:07:48 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 715861a..057d0e4 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.13.0rc2 # Copy the current directory contents into the container at /app COPY / .