fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6446356
This commit is contained in:
snyk-bot 2024-03-17 14:54:43 +00:00
parent 86b3b25067
commit 44b39a6340
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

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