fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-KRB5-3136432
pull/331/merge^2^2
snyk-bot 2022-12-20 07:09:52 +00:00
parent 685a82c3ac
commit 733fbb6342
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.12.0a1-alpine
FROM python:3.12.0a2-alpine
LABEL maintainer='<author>'
LABEL version='0.0.0-dev.0-build.0'