Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
0b52c3d26a
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-UTILLINUX-1912784
2021-11-12 06:45:17 +00:00

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