Skip to content

Commit

Permalink
devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
vintitres authored Sep 15, 2023
1 parent af10302 commit cfcad60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
{
"name": "Rust",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/fish-apt-get:1": {}
}
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm"

// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
// "mounts": [
Expand Down

0 comments on commit cfcad60

Please sign in to comment.