From 39cf0b56dfc0f5e7d84e33610086f93fe47fd22b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Nov 2021 23:10:36 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-UTILLINUX-1912784 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4886527..c646996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.11.0a2-alpine MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc