From 2f003d416a816557b86d510cc7281dd5c6fca3a7 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 22 May 2025 01:39:49 +0400 Subject: [PATCH] Update OpenAL to 1.24.3 on Linux --- Telegram/build/docker/centos_env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 1fb658d03a..64f2714d0f 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -630,7 +630,7 @@ RUN git clone -b 0.3.62 --depth=1 {{ GIT }}/PipeWire/pipewire.git \ FROM builder AS openal COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache / -RUN git clone -b 1.24.1 --depth=1 {{ GIT }}/kcat/openal-soft.git \ +RUN git clone -b 1.24.3 --depth=1 {{ GIT }}/kcat/openal-soft.git \ && cd openal-soft \ && cmake -B build . \ -DLIBTYPE:STRING=STATIC \