Skip to content

Commit ad351e7

Browse files
docker: update Rust version to 1.82
Fixes some CI failure where packages fail to build due to 1.81 being outdated
1 parent 2659fdf commit ad351e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81 AS build
1+
FROM rust:1.82 AS build
22

33
WORKDIR /build
44

0 commit comments

Comments
 (0)