fix: Dockerfile to reduce vulnerabilities

This commit is contained in:
snyk-bot 2022-11-08 05:22:14 +00:00
parent f5f3a4edd7
commit 69dbc7459f
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

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