Walter Mantovani
commited on
Commit
·
c17fbbf
1
Parent(s):
f074dfd
UPD
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
# Use the official Python 3.9 image
|
2 |
-
FROM python:3.
|
3 |
-
|
4 |
-
ARG PIPPO
|
5 |
|
6 |
# Set the working directory to /code
|
7 |
WORKDIR /code
|
|
|
1 |
# Use the official Python 3.9 image
|
2 |
+
FROM python:3.11
|
|
|
|
|
3 |
|
4 |
# Set the working directory to /code
|
5 |
WORKDIR /code
|