Skip to content

Commit

Permalink
chore(dockerfile): Rust baseImage updated to 1.73 (QwikDev#6164)
Browse files Browse the repository at this point in the history
chore(dockerfile baseimage updated to rust 1.73): dockerfile Rust baseImage updated to 1.73

Co-authored-by: Antonio Basile <[email protected]>
Co-authored-by: PatrickJS <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent 8a91362 commit 39c7a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/rust:1.72.1-node
FROM cimg/rust:1.73-node

RUN rustup --version; \
cargo --version; \
Expand Down

0 comments on commit 39c7a12

Please sign in to comment.