diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index 44115e6..da84282 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=6950698ef4b417e03b1b434782915bb07c02cd2c +ARG VERSION=61db123ace5a59a6d46430d85fca8d269de9dd0f RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}