From 525df51afde2e2dda8776b07d77cc01bec0019fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:59:54 +0000 Subject: [PATCH] [FreeSWITCH] Update FreeSWITCH from v1.10.12 to v1.11.0 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 fcf635a..d061719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.23.4 AS base -ARG FREESWITCH_VERSION="v1.10.12" +ARG FREESWITCH_VERSION="v1.11.0" ARG SOFIA_VERSION="v1.13.17" FROM base AS deps