From 9e10ce99e734822831ea21fa136924c2326bc531 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Nov 2021 04:48:20 +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 fa6ae1e..887a8fe 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