- commit
- 72f6af9
- parent
- 2fbb7d1
- author
- Eric Bower
- date
- 2025-10-26 21:36:54 -0400 EDT
chore(bouncer): pin to v0.9.0
1 files changed,
+4,
-2
+4,
-2
1@@ -8,11 +8,13 @@ RUN apt-get install -y git ca-certificates
2
3 RUN git clone https://codeberg.org/emersion/soju.git
4
5-COPY subscriber-change.diff .
6+# COPY subscriber-change.diff .
7
8 WORKDIR /app/soju
9
10-RUN git apply ../subscriber-change.diff
11+RUN git checkout v0.9.0
12+
13+# RUN git apply ../subscriber-change.diff
14
15 RUN --mount=type=cache,target=/go/pkg/,rw \
16 --mount=type=cache,target=/root/.cache/,rw \