Spaces:
Sleeping
Sleeping
Commit ·
dbdeb41
1
Parent(s): 713f934
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.10-slim
|
| 2 |
|
| 3 |
# set working directory
|
| 4 |
WORKDIR /app
|
|
|
|
| 1 |
+
FROM python:3.10-slim-bullseye
|
| 2 |
|
| 3 |
# set working directory
|
| 4 |
WORKDIR /app
|