Skip to content

Commit

Permalink
fix: modules/openapi-generator/src/main/resources/python-flask/Docker…
Browse files Browse the repository at this point in the history
…file.mustache to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241037
- https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241038
  • Loading branch information
snyk-bot committed Mar 15, 2024
1 parent 0b37b59 commit 6f31587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:2-alpine
{{/supportPython2}}
{{^supportPython2}}
FROM python:3-alpine
FROM python:3.13.0a4-alpine
{{/supportPython2}}

RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit 6f31587

Please sign in to comment.