fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-UTILLINUX-1912784
This commit is contained in:
snyk-bot 2021-11-12 04:48:20 +00:00
parent 2a2acbef03
commit 9e10ce99e7
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.11.0a2-alpine
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
RUN apk update && \
apk add py-pip libc-dev gcc