From cc8980072228e79b4f5eee2ac4dce142dddf7eeb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 16:28:51 +0000 Subject: [PATCH] fix: modules/openapi-generator/src/main/resources/python-blueplanet/app/Dockerfile.mustache to reduce vulnerabilities --- .../main/resources/python-blueplanet/app/Dockerfile.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/python-blueplanet/app/Dockerfile.mustache b/modules/openapi-generator/src/main/resources/python-blueplanet/app/Dockerfile.mustache index f93e04526056..b401b31cfb18 100644 --- a/modules/openapi-generator/src/main/resources/python-blueplanet/app/Dockerfile.mustache +++ b/modules/openapi-generator/src/main/resources/python-blueplanet/app/Dockerfile.mustache @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.13.0a1-alpine ARG GLTOKEN