Update app

This commit is contained in:
compute
2024-05-16 18:19:44 +00:00
parent 4dc4cd891f
commit 3bf57e060a
4 changed files with 11 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# pull official base image
FROM python:3.7.2
FROM python:3.8
# set environment varibles
ENV PYTHONDONTWRITEBYTECODE 1