From 32179536733daf93e451cf44b2afcbe619aff0f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 07:06:00 +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..caa1e6a26 100644 --- a/log-message-processor/Dockerfile +++ b/log-message-processor/Dockerfile @@ -1,5 +1,5 @@ # -FROM python:3.6-alpine +FROM python:3.14.0a2-alpine WORKDIR /usr/src/app RUN apk add --no-cache build-base