Skip to content

Commit

Permalink
chore: update to latest debian and tdlib (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPomponio authored Sep 16, 2023
1 parent d0e808b commit 0c5f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull from debian 10 buster
FROM debian:buster
FROM debian:bookworm

# Install dependencies
RUN apt update && apt install -y -qq \
Expand All @@ -14,7 +14,7 @@ RUN apt update && apt install -y -qq \
# Begin compilation
RUN git clone https://github.com/tdlib/td.git; \
cd td; \
git checkout v1.7.0; \
git checkout v1.8.0; \
rm -rf build; \
mkdir build; \
cd build; \
Expand Down

0 comments on commit 0c5f904

Please sign in to comment.