nikhilkomakula commited on
Commit
52a5dc7
·
1 Parent(s): 9b6bb81

Using Python 3.10.14

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11.5-slim
2
 
3
  # Set the working directory to /code
4
  WORKDIR /code
 
1
+ FROM python:3.10.14-slim
2
 
3
  # Set the working directory to /code
4
  WORKDIR /code