From 7875c5408f3ac6b46a1e41d84a10dc93aa89af91 Mon Sep 17 00:00:00 2001 From: astravexton Date: Fri, 6 Jun 2025 16:26:14 +0100 Subject: [PATCH] bsky2tg: change to https --- bsky2tg/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsky2tg/Containerfile b/bsky2tg/Containerfile index f07b212..b278dc1 100644 --- a/bsky2tg/Containerfile +++ b/bsky2tg/Containerfile @@ -4,7 +4,7 @@ WORKDIR /go/src/git.zio.sh/astra/bsky2tg RUN apk update && \ apk add --no-cache git bash && \ - git clone ssh://git@git.zio.sh:2222/astra/bsky2tg.git . && \ + git clone https://git.zio.sh/astra/bsky2tg.git . && \ go get -d -v ./... && \ go install