From 2e339e7143269101e933339c7079b47e1f232e5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 06:55:38 +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-ZLIB-2976173 --- 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..8bfa52391 100644 --- a/log-message-processor/Dockerfile +++ b/log-message-processor/Dockerfile @@ -1,5 +1,5 @@ # -FROM python:3.6-alpine +FROM python:3.14.0a1-alpine WORKDIR /usr/src/app RUN apk add --no-cache build-base