We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9450 commit 5990b08Copy full SHA for 5990b08
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "Rust",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/rust:latest",
7
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
8
// "mounts": [
9
// {
0 commit comments