Sofia Casadei commited on
Commit
ea2c4a8
·
1 Parent(s): 9290d06
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- # Use the official Python 3.9 image
2
- FROM python:3.9
3
 
4
  # Set the working directory to /code
5
  WORKDIR /code
 
1
+ FROM python:3.11
 
2
 
3
  # Set the working directory to /code
4
  WORKDIR /code