fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314651 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314657 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314658 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314659 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314660
This commit is contained in:
parent
b3f8ba4cec
commit
ee83ea2eb8
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.7-alpine
|
FROM python:3.12.0a5-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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user