Skip to content

Commit 524b643

Browse files
committed
fix: update Rust base image to version 1.88.0
1 parent 5668ae2 commit 524b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/rust:1.73-node
1+
FROM cimg/rust:1.88.0-node
22

33
RUN rustup --version; \
44
cargo --version; \

0 commit comments

Comments
 (0)