xmrt commited on
Commit
1830a9b
·
1 Parent(s): c2134b3

docker and app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.8
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.9
2
 
3
  WORKDIR /code
4