Commit 72f6af9

Eric Bower  ·  2025-10-26 21:36:54 -0400 EDT
parent 2fbb7d1
chore(bouncer): pin to v0.9.0
1 files changed,  +4, -2
+4, -2
......@@ -8,11 +8,13 @@ RUN apt-get install -y git ca-certificates
88
99 RUN git clone https://codeberg.org/emersion/soju.git
1010
11-COPY subscriber-change.diff .
11+# COPY subscriber-change.diff .
1212
1313 WORKDIR /app/soju
1414
15-RUN git apply ../subscriber-change.diff
15+RUN git checkout v0.9.0
16+
17+# RUN git apply ../subscriber-change.diff
1618
1719 RUN --mount=type=cache,target=/go/pkg/,rw \
1820 --mount=type=cache,target=/root/.cache/,rw \