From fb6d134cdb3b2198123b0d4ce1f3a45a40f97c0e Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 12 Aug 2023 17:23:07 +0100 Subject: [PATCH] slidge: Update to latest protocol versions --- service/slidge/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index a0d971e..e8c7581 100644 --- a/service/slidge/Containerfile +++ b/service/slidge/Containerfile @@ -9,7 +9,7 @@ RUN curl -fL https://install.python-poetry.org | python3 - FROM builder-base AS builder-discord -ARG VERSION=c2ade3f4ff452066efd7c3ce130ec04a1be3c7ed +ARG VERSION=08f23519a8c7d78dfac20b790f3cbdb362a91fbc RUN git clone https://git.sr.ht/~nicoco/slidcord /src && \ cd /src && git reset --hard ${VERSION} @@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \ RUN python3 -m pip install pybindgen -ARG VERSION=9ddc4d58237b0f5e3baf8eec64b0a60d59b9c174 +ARG VERSION=8b6fc9478017f832b6d77dd8ccb36d3ad9c3c387 RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}