From 8901269e24c31a8d3ae06828d55f28e78a4cbeac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jan 2025 07:30:48 +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-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 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407749 --- 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..1cecdfbeb 100644 --- a/log-message-processor/Dockerfile +++ b/log-message-processor/Dockerfile @@ -1,5 +1,5 @@ # -FROM python:3.6-alpine +FROM python:3.14.0a3-alpine WORKDIR /usr/src/app RUN apk add --no-cache build-base