slidge: Update to latest WhatsApp plugin version

This commit is contained in:
Alex Palaistras 2023-08-20 17:35:20 +01:00
parent 5afcea8f05
commit faaefcdebb

View File

@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \
RUN python3 -m pip install pybindgen RUN python3 -m pip install pybindgen
ARG VERSION=8b6fc9478017f832b6d77dd8ccb36d3ad9c3c387 ARG VERSION=299407ea6c8158eedb500094ff86452c70f5ba9e
RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \
cd /src && git reset --hard ${VERSION} cd /src && git reset --hard ${VERSION}