Switch to Python 3.9 for docker image

This commit is contained in:
Simon 2021-08-23 01:33:22 +01:00
parent 89a19ba107
commit c7e59fa595
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.9-alpine
COPY entrypoint-proxy /entrypoint