From db432c61f0569b6e51ae1570e9751bcb0a609433 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Mar 2024 06:04:16 +0000 Subject: [PATCH] fix: woohoo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241037 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241038 --- woohoo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woohoo/Dockerfile b/woohoo/Dockerfile index a052f88..8b475cc 100644 --- a/woohoo/Dockerfile +++ b/woohoo/Dockerfile @@ -1,4 +1,4 @@ -from python:3-alpine +from python:3.13.0a4-alpine WORKDIR /usr/src/app