diff --git a/Cargo.lock b/Cargo.lock index 56eb557..483e1e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3705,7 +3705,7 @@ dependencies = [ [[package]] name = "pyth-agent" -version = "3.0.1" +version = "3.0.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 12f93d4..b53e3f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-agent" -version = "3.0.1" +version = "3.0.2" edition = "2024" [[bin]] diff --git a/Dockerfile b/Dockerfile index 173a78f..9818622 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN cargo build --release FROM debian:12-slim -RUN apt update && apt install -y libssl-dev && apt clean all +RUN apt update && apt install -y libssl-dev ca-certificates && apt clean all COPY --from=builder /agent/target/release/agent /agent/ COPY --from=builder /agent/config/* /agent/config/