From 57f0cb3db11358a7eb58ef51ce36acda3fedb46c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 01:21:45 +0000 Subject: [PATCH] fix: modules/openapi-generator/src/main/resources/python-flask/Dockerfile.mustache to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 --- .../src/main/resources/python-flask/Dockerfile.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/python-flask/Dockerfile.mustache b/modules/openapi-generator/src/main/resources/python-flask/Dockerfile.mustache index f040d41ad6ce..8d5aa3cbb499 100644 --- a/modules/openapi-generator/src/main/resources/python-flask/Dockerfile.mustache +++ b/modules/openapi-generator/src/main/resources/python-flask/Dockerfile.mustache @@ -2,7 +2,7 @@ FROM python:2-alpine {{/supportPython2}} {{^supportPython2}} -FROM python:3-alpine +FROM python:3.13.0a3-alpine {{/supportPython2}} RUN mkdir -p /usr/src/app