From 37b62b142bc34002416c9bf9815e5c3335dfe391 Mon Sep 17 00:00:00 2001 From: Sylvain Wallez Date: Tue, 15 Jul 2025 17:21:31 +0200 Subject: [PATCH 1/2] Add ca-certificates to docker-8000 --- Dockerfile-8000 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile-8000 b/Dockerfile-8000 index 10f30f0..57e5677 100644 --- a/Dockerfile-8000 +++ b/Dockerfile-8000 @@ -26,7 +26,13 @@ RUN cargo build --release FROM debian:stable-slim -RUN apt-get update && apt install -y libssl-dev && apt clean && rm -rf /var/lib/apt/lists/* +RUN < Date: Tue, 15 Jul 2025 17:25:44 +0200 Subject: [PATCH 2/2] Bump revision --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dcdf6a..d816b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "elasticsearch-core-mcp-server" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 9331861..3d9024b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elasticsearch-core-mcp-server" -version = "0.4.3" +version = "0.4.4" edition = "2024" authors = ["Elastic.co"] license-file = "LICENSE"