Compare commits

..

No commits in common. "snyk-fix-bb387ef157833ca89a9926631cd7e022" and "master" have entirely different histories.

View File

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