Updated the Rust version to 1.89 in the dockerfile to match the crate definition
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.85 AS builder
|
||||
FROM rust:1.89 AS builder
|
||||
WORKDIR /usr/src
|
||||
|
||||
# Download and compile Rust dependencies in an empty project and cache as a separate Docker layer
|
||||
|
||||
Reference in New Issue
Block a user