From 2c6cd0967b6ff74defab59a37d37d42f03dc7a73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:37:38 +0000 Subject: [PATCH] [FreeSWITCH] Update FreeSWITCH from v1.11.1 to v1.11.2 Updates the requirements on [FreeSWITCH](https://github.com/signalwire/freeswitch) to permit the latest version. - [Release notes](https://github.com/signalwire/freeswitch/releases/) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 633a43a..b804956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.23.4 AS base -ARG FREESWITCH_VERSION="v1.11.1" +ARG FREESWITCH_VERSION="v1.11.2" ARG SOFIA_VERSION="v1.13.18" FROM base AS deps