From 0019f2da879a8739a5729fc0eac11f7b949a151a Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Mon, 3 May 2021 16:34:30 +0200 Subject: [PATCH] updated Dockerfile to newest python 3.9 version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b537da..f3d801a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7-alpine +FROM python:3.9-alpine RUN apk --no-cache add ca-certificates