Tofory commited on
Commit
731b58f
·
verified ·
1 Parent(s): 6775fef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim-buster
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