From 261228bbd44f9f46443ee89ebf0a553fc118b276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2024 04:36:07 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241040 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61af026..a948111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0a3-alpine3.18 +FROM python:3.13.0a4-alpine3.18 RUN apk upgrade && apk add curl && apk upgrade busybox # CVE-2022-48174