Spaces:
Runtime error
Runtime error
Commit
•
763fc2d
1
Parent(s):
fc341f3
chore: Update Python base image to version 3.12 in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
# Set up a new user named "user" with user ID 1000
|
3 |
RUN useradd -m -u 1000 user
|
4 |
|
|
|
1 |
+
FROM python:3.12
|
2 |
# Set up a new user named "user" with user ID 1000
|
3 |
RUN useradd -m -u 1000 user
|
4 |
|