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" 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 <