Update rust Docker tag to v1.91.0 #29
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM rust:1.84.1 AS lib_builder
 | 
					FROM rust:1.91.0 AS lib_builder
 | 
				
			||||||
WORKDIR /src
 | 
					WORKDIR /src
 | 
				
			||||||
COPY rust/ .
 | 
					COPY rust/ .
 | 
				
			||||||
RUN cargo build 
 | 
					RUN cargo build 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user