build: upgraded MSRV in the Dockerfile
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.89 AS builder
|
FROM rust:1.95 AS builder
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
# Download and compile Rust dependencies in an empty project and cache as a separate Docker layer
|
# Download and compile Rust dependencies in an empty project and cache as a separate Docker layer
|
||||||
|
|||||||
Reference in New Issue
Block a user