Aboge commited on
Commit
60b3177
1 Parent(s): 57528f8
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Base image with Python 3.9
2
- FROM python:3.9
3
 
4
  # Create a new user with a home directory and set it as the current user
5
  RUN useradd -m -u 1000 user
 
1
  # Base image with Python 3.9
2
+ FROM python:3.10.12
3
 
4
  # Create a new user with a home directory and set it as the current user
5
  RUN useradd -m -u 1000 user