repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
4552aa5
parent
085a09b
author
Eric Bower
date
2026-03-04 10:23:39 -0500 EST
chore(bouncer): bump soju to latest
1 files changed,  +1, -1
M bouncer/Dockerfile
+1, -1
1@@ -12,7 +12,7 @@ RUN git clone https://codeberg.org/emersion/soju.git
2 
3 WORKDIR /app/soju
4 
5-RUN git checkout v0.9.0
6+RUN git checkout v0.10.1
7 
8 # RUN git apply ../subscriber-change.diff
9