Skip to content

Commit

Permalink
fix(tdlib): prevent to unnecessary build
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 24, 2022
1 parent 7738960 commit 4f17f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/container/tdlib/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.16
FROM ghcr.io/alimd/alpine:${ALPINE_VERSION}
FROM docker.io/library/alpine:${ALPINE_VERSION}

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

0 comments on commit 4f17f3c

Please sign in to comment.