- commit
- 572aad0
- parent
- 0df7c4d
- author
- Eric Bower
- date
- 2024-07-12 20:54:44 +0000 UTC
chore(bouncer): switch to codeberg for upstream remote
1 files changed,
+1,
-1
+1,
-1
1@@ -4,7 +4,7 @@ WORKDIR /app
2
3 RUN apk add --no-cache git sqlite-libs sqlite-dev build-base
4
5-RUN git clone https://github.com/emersion/soju
6+RUN git clone https://codeberg.org/emersion/soju.git
7
8 COPY subscriber-change.diff .
9