Sergidev commited on
Commit
f2ddc2d
·
verified ·
1 Parent(s): 9606888

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use an official Python runtime as the base image
2
- FROM python:3.9-slim
3
 
4
  RUN useradd -m -u 1000 user
5
  USER user
 
1
+
2
+ FROM python:3.10
3
 
4
  RUN useradd -m -u 1000 user
5
  USER user