Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.10-slim-
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get upgrade -y
|
| 4 |
RUN apt-get install -y --no-install-recommends \
|
|
|
|
| 1 |
+
FROM python:3.10-slim-bullseye
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get upgrade -y
|
| 4 |
RUN apt-get install -y --no-install-recommends \
|