From 44b39a6340b2ad1ad3312e4089f7e80c271d784c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Mar 2024 14:54:43 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6446356 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a948111..eb6366d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0a4-alpine3.18 +FROM python:3.13.0a5-alpine3.18 RUN apk upgrade && apk add curl && apk upgrade busybox # CVE-2022-48174