From 4914cb2398cabc4a6387a55f87c1a35b9572f9aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Jan 2025 07:41:43 +0000 Subject: [PATCH] fix: log-message-processor/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342160 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342164 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342165 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2393735 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738 --- log-message-processor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-message-processor/Dockerfile b/log-message-processor/Dockerfile index 8639d10fc..57021b10b 100644 --- a/log-message-processor/Dockerfile +++ b/log-message-processor/Dockerfile @@ -1,5 +1,5 @@ # -FROM python:3.6-alpine +FROM python:3.14.0a4-alpine WORKDIR /usr/src/app RUN apk add --no-cache build-base