diff --git a/bolt-boost/Dockerfile b/bolt-boost/Dockerfile index 68accc26..4e9ddf10 100644 --- a/bolt-boost/Dockerfile +++ b/bolt-boost/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.83.0 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.84.0 AS chef WORKDIR /app FROM chef AS planner diff --git a/bolt-boost/rust-toolchain.toml b/bolt-boost/rust-toolchain.toml index 6cc20eae..67b05271 100644 --- a/bolt-boost/rust-toolchain.toml +++ b/bolt-boost/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.83.0" +channel = "1.84.0" profile = "default" diff --git a/bolt-cli/Dockerfile b/bolt-cli/Dockerfile index a2b7d868..45945d3e 100644 --- a/bolt-cli/Dockerfile +++ b/bolt-cli/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Base compiler image with necessary dependencies -FROM rust:1.81.0-slim-bullseye AS base +FROM rust:1.84.0-slim-bullseye AS base # Install cargo-chef for dependency caching RUN cargo install cargo-chef diff --git a/bolt-cli/rust-toolchain.toml b/bolt-cli/rust-toolchain.toml index bbf217f2..67b05271 100644 --- a/bolt-cli/rust-toolchain.toml +++ b/bolt-cli/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.81.0" +channel = "1.84.0" profile = "default" diff --git a/bolt-sidecar/Dockerfile b/bolt-sidecar/Dockerfile index 4f9651b6..d2146212 100644 --- a/bolt-sidecar/Dockerfile +++ b/bolt-sidecar/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Base compiler image with necessary dependencies -FROM rust:1.83.0-slim-bullseye AS base +FROM rust:1.84.0-slim-bullseye AS base # Install cargo-chef for dependency caching RUN cargo install cargo-chef diff --git a/bolt-sidecar/rust-toolchain.toml b/bolt-sidecar/rust-toolchain.toml index 6cc20eae..67b05271 100644 --- a/bolt-sidecar/rust-toolchain.toml +++ b/bolt-sidecar/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.83.0" +channel = "1.84.0" profile = "default"