From cbffa7e1d02e4b9a92545ea8422004ff283b1a99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jun 2024 07:12:03 +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..1a199ef40 100644 --- a/log-message-processor/Dockerfile +++ b/log-message-processor/Dockerfile @@ -1,5 +1,5 @@ # -FROM python:3.6-alpine +FROM python:3.12.2-alpine WORKDIR /usr/src/app RUN apk add --no-cache build-base