From d5114691a85251a738eafbc6f1359eb776c8bc6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:34:11 +0000 Subject: [PATCH] fix: fast-api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7886317 --- fast-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast-api/Dockerfile b/fast-api/Dockerfile index 4625cb0..04499a9 100644 --- a/fast-api/Dockerfile +++ b/fast-api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0b2-slim AS base +FROM python:3.13-slim AS base ARG WORKDIR=/app