From 3c2c807fd79e68dadd56bd574a6f122827865662 Mon Sep 17 00:00:00 2001 From: Andrey Zvonov Date: Wed, 29 Apr 2026 18:40:39 +0200 Subject: [PATCH 1/2] bump and fix --- .gitmodules | 2 +- contrib/openssl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0a66031de8d1..5deea5eb488f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -365,7 +365,7 @@ url = https://github.com/ClickHouse/rust_vendor.git [submodule "contrib/openssl"] path = contrib/openssl - url = https://github.com/ClickHouse/openssl.git + url = https://github.com/Altinity/openssl.git [submodule "contrib/double-conversion"] path = contrib/double-conversion url = https://github.com/ClickHouse/double-conversion.git diff --git a/contrib/openssl b/contrib/openssl index 2aa34c68d677..39c3093de1d8 160000 --- a/contrib/openssl +++ b/contrib/openssl @@ -1 +1 @@ -Subproject commit 2aa34c68d677b447fb85c55167d8d1ab98ba4def +Subproject commit 39c3093de1d814faa35b88621a768b520aa82e42 From 6cf63348df35afa0e9f04087a1c30105b29d56e3 Mon Sep 17 00:00:00 2001 From: Andrey Zvonov Date: Thu, 30 Apr 2026 16:01:55 +0200 Subject: [PATCH 2/2] bump alpine image --- docker/keeper/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/keeper/Dockerfile b/docker/keeper/Dockerfile index 3355c8d82507..d683602d0221 100644 --- a/docker/keeper/Dockerfile +++ b/docker/keeper/Dockerfile @@ -12,7 +12,7 @@ RUN arch=${TARGETARCH:-amd64} \ && ln -s "${rarch}-linux-gnu" /lib/linux-gnu -FROM alpine:3.21.6 +FROM alpine:3.21.7 ENV LANG=en_US.UTF-8 \ LANGUAGE=en_US:en \