Skip to content

Commit 4112d26

Browse files
chore(deps): update rust docker tag to v1.86.0
1 parent a5f2673 commit 4112d26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dockerfiles/diy/dockerfiles/Dockerfile.repo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the rust build image from docker as our base
22
# renovate-automation: rustc version
3-
FROM rust:1.85.1 as build
3+
FROM rust:1.86.0 as build
44

55
# Set our working directory for the build
66
WORKDIR /usr/src/router

docs/source/routing/customization/custom-binary.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn how to compile a custom binary from Apollo Router Core source, which is re
1616
## Prerequisites
1717

1818
<!-- renovate-automation: rustc version -->
19-
To compile the router, you need to have [Rust 1.85.1 or later](https://www.rust-lang.org/tools/install) installed.
19+
To compile the router, you need to have [Rust 1.86.0 or later](https://www.rust-lang.org/tools/install) installed.
2020

2121
## 1. Create a new project
2222

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
# renovate-automation: rustc version
3-
channel = "1.85.1"
3+
channel = "1.86.0"
44
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)