updated Dockerfile to newest python 3.9 version

This commit is contained in:
2021-05-03 16:34:30 +02:00
parent 7fde7cafa7
commit 0019f2da87

View File

@ -1,4 +1,4 @@
FROM python:2.7-alpine
FROM python:3.9-alpine
RUN apk --no-cache add ca-certificates