Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.10-slim-
|
| 2 |
RUN apt-get update -y && apt-get install git -y
|
| 3 |
RUN git clone https://github.com/weebzone/Surf-TG.git /app
|
| 4 |
WORKDIR /app
|
|
|
|
| 1 |
+
FROM python:3.10-slim-bookworm
|
| 2 |
RUN apt-get update -y && apt-get install git -y
|
| 3 |
RUN git clone https://github.com/weebzone/Surf-TG.git /app
|
| 4 |
WORKDIR /app
|