AlgoX commited on
Commit
7f8fc2d
·
1 Parent(s): 8cbe99e
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM python:3.10-slim
2
-
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .
 
1
+ FROM docker.io/library/python:3.11-slim
 
2
  WORKDIR /app
3
 
4
  COPY requirements.txt .