From 69dbc7459fd7acbe58a641bc7ca0459759b57f26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Nov 2022 05:22:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa59ca8..77d5d5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.12.0a1-alpine MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc