We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4a4c9 commit 01862a4Copy full SHA for 01862a4
2 files changed
Dockerfile
@@ -22,7 +22,7 @@ RUN chmod +x /bin/entrypoint
22
####################################################################################################
23
# Rust binary
24
25
-FROM lukemathwalker/cargo-chef:latest-rust-1.89 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.90 AS chef
26
ARG TARGETPLATFORM
27
WORKDIR /numaflow
28
RUN apt-get update && apt-get install -y protobuf-compiler cmake
rust/rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
profile = "default"
3
-channel = "1.89"
+channel = "1.90"
0 commit comments