feat: update mautrix-whatsapp to v0.12.3

This commit is contained in:
Your Name
2025-07-20 10:15:04 -06:00
parent a84c7145db
commit 8aa64ef515
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ RUN mkdir -p /app/code /app/pkg /app/data
WORKDIR /app/code
# Download and build mautrix-whatsapp
RUN git clone https://github.com/mautrix/whatsapp.git . \
RUN git clone --branch v0.12.3 https://github.com/mautrix/whatsapp.git . \
&& go build -o /app/pkg/mautrix-whatsapp ./cmd/mautrix-whatsapp
# Copy startup script