fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-EXPAT-3062883
pull/331/merge^2
snyk-bot 2022-10-27 18:52:28 +00:00
parent 4aec063197
commit 69f2974141
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3-alpine FROM python:3.12.0a1-alpine
LABEL maintainer='<author>' LABEL maintainer='<author>'
LABEL version='0.0.0-dev.0-build.0' LABEL version='0.0.0-dev.0-build.0'