From 0b52c3d26a83734720aaf6deb5f08d74b222b837 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Nov 2021 06:45:17 +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 aa59ca8..1a8ca89 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