diff --git a/tee-worker/omni-executor/Dockerfile b/tee-worker/omni-executor/Dockerfile index 06f4d3881b..63dc7198ce 100644 --- a/tee-worker/omni-executor/Dockerfile +++ b/tee-worker/omni-executor/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79 AS builder +FROM rust:1.82 AS builder WORKDIR /usr/src/omni-executor COPY . . RUN cargo build --release diff --git a/tee-worker/omni-executor/rust-toolchain.toml b/tee-worker/omni-executor/rust-toolchain.toml index c72b613e98..3f2f53cc67 100644 --- a/tee-worker/omni-executor/rust-toolchain.toml +++ b/tee-worker/omni-executor/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.79" +channel = "1.82" profile = "default" # include rustfmt, clippy