From 2d3cb3b55aa49253659182f6bedd237dae44b40a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Sep 2021 02:52:05 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089244 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-587954 - https://snyk.io/vuln/SNYK-ALPINE310-SQLITE-1019961 - https://snyk.io/vuln/SNYK-ALPINE310-SQLITE-587307 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6e2ff6..23702fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.4-alpine3.10 +FROM python:alpine3.10 ARG PACKAGES="postgresql-libs" ARG BUILD_PACKAGES="gcc musl-dev postgresql-dev"