Skip to content

Commit

Permalink
fix(tdlib): dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Aug 27, 2022
1 parent cd75466 commit e0ac726
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/container/tdlib/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ARG ALPINE_VERSION=3.16
FROM docker.io/alpine:${ALPINE_VERSION}

docker pull ghcr.io/alimd/alpine:next
FROM ghcr.io/alimd/alpine:${ALPINE_VERSION}

ARG TDLIB_VERSION=1.8.0
RUN set -ex; \
Expand Down

0 comments on commit e0ac726

Please sign in to comment.