From 690f48f7b76ebcc3c9890bc2cd8469602051f45d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Aug 2024 03:05:34 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-APT-1541449 - https://snyk.io/vuln/SNYK-DEBIAN12-APT-1541449 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277411 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277412 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41061ac..4d66b63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim AS builder +FROM python:3.13.0b4-slim AS builder ADD . /app WORKDIR /app