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 \