diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 8dfc347d5..c15b21636 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -1,6 +1,6 @@ # Note: when the rust version is changed also modify # ci/rust-version.sh to pick up the new image tag -FROM rust:1.73.0 +FROM rust:1.73.0-bullseye ARG NODE_MAJOR=18