petter2025 commited on
Commit
8f3f9b0
·
verified ·
1 Parent(s): 02f0dff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
- FROM python:3.10
 
 
 
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.10.16-slim
2
+
3
+ # Verify Python version (will appear in build logs)
4
+ RUN python --version
5
 
6
  WORKDIR /app
7