diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 3fc7f0d21..a46269459 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.96-slim-trixie AS chef +FROM rust:1.97-slim-trixie AS chef # We only pay the installation cost once, # it will be cached from the second build onwards diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ea14c7eda..2c202d45e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.96.1" +channel = "1.97.0" components = ["rustfmt", "clippy"]