From c8c461627f91fab1eaa6cd456e42c6be22086694 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 24 May 2026 21:25:57 +0200 Subject: [PATCH] updated signal-cli to v0.14.4.1 --- Dockerfile | 4 ++-- src/{ => plugins}/plugin_loader.go | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => plugins}/plugin_loader.go (100%) diff --git a/Dockerfile b/Dockerfile index 10bdf53..b1a1c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG SIGNAL_CLI_VERSION=0.14.3 -ARG LIBSIGNAL_CLIENT_VERSION=0.92.1 +ARG SIGNAL_CLI_VERSION=0.14.4.1 +ARG LIBSIGNAL_CLIENT_VERSION=0.94.1 ARG SWAG_VERSION=1.16.4 diff --git a/src/plugin_loader.go b/src/plugins/plugin_loader.go similarity index 100% rename from src/plugin_loader.go rename to src/plugins/plugin_loader.go