diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 9d52be59d4..2641fae05d 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.98-slim-trixie AS chef +FROM rust:1.98.1-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 aa20bc990d..68c0ea297e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.98.0" +channel = "1.98.1" components = ["rustfmt", "clippy"]