From a04145d981b53173422131f84c5dbc12b0921936 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 20 Nov 2023 16:59:57 +0400 Subject: [PATCH] Update xkbcommon in Docker --- 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 e9eb09301..92b3f193a 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -687,7 +687,7 @@ RUN git clone -b OpenSSL_{{ OPENSSL_VER }}-stable --depth=1 {{ GIT }}/openssl/op FROM builder AS xkbcommon COPY --link --from=xcb {{ LibrariesPath }}/xcb-cache / -RUN git clone -b xkbcommon-1.5.0 --depth=1 {{ GIT }}/xkbcommon/libxkbcommon.git \ +RUN git clone -b xkbcommon-1.6.0 --depth=1 {{ GIT }}/xkbcommon/libxkbcommon.git \ && cd libxkbcommon \ && meson build \ --buildtype=plain \