abhisheksan commited on
Commit
3dd1b2f
·
1 Parent(s): 364e12d

Update Python version in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10.9
2
 
3
  WORKDIR /code
4
  RUN apt-get update && apt-get install -y \
 
1
+ FROM python:3.9.18
2
 
3
  WORKDIR /code
4
  RUN apt-get update && apt-get install -y \