Skip to content

Commit d724ede

Browse files
authored
Merge pull request #1088 from Altinity/stable/24.8.14/bump-openssl
bump openssl
2 parents 03c616a + d6b9780 commit d724ede

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
url = https://github.com/ClickHouse/rust_vendor.git
366366
[submodule "contrib/openssl"]
367367
path = contrib/openssl
368-
url = https://github.com/ClickHouse/openssl.git
368+
url = https://github.com/Altinity/openssl.git
369369
[submodule "contrib/double-conversion"]
370370
path = contrib/double-conversion
371371
url = https://github.com/ClickHouse/double-conversion.git

contrib/openssl

docker/keeper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN arch=${TARGETARCH:-amd64} \
1212
&& ln -s "${rarch}-linux-gnu" /lib/linux-gnu
1313

1414

15-
FROM alpine:3.21.3
15+
FROM alpine:3.21.5
1616

1717
ENV LANG=en_US.UTF-8 \
1818
LANGUAGE=en_US:en \

0 commit comments

Comments
 (0)