fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241040
This commit is contained in:
snyk-bot 2024-02-21 04:36:07 +00:00
parent e873e25b53
commit 261228bbd4
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -1,4 +1,4 @@
FROM python:3.13.0a3-alpine3.18
FROM python:3.13.0a4-alpine3.18
RUN apk upgrade && apk add curl && apk upgrade busybox # CVE-2022-48174