From a2ac0cef6d13270144b7721c87d417544291b8d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 17:11:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-6508631 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-6508631 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-6508631 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-6508631 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 586e1bd..3519580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0a3-slim +FROM python:3.13.0a6-slim # Added libraries for PostgreSQL before pip install RUN apt-get update && apt-get install -y gcc libpq-dev