updated Dockerfile to newest python 3.9 version

This commit is contained in:
Roger Sikorski 2021-05-03 16:34:30 +02:00
parent 7fde7cafa7
commit 0019f2da87
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

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