diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index 071b32f..c94e2d6 100644 --- a/service/slidge/Containerfile +++ b/service/slidge/Containerfile @@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \ RUN python3 -m pip install pybindgen -ARG VERSION=7c48a17fd7cc10b123c7d2aa1703033dc6e3fe25 +ARG VERSION=5473f25a243713a3ed8a43e7e116eb37d179a9ee RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}