Skip to content

Commit

Permalink
update devcontainer image, that includes a more recent version of rust (
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos authored Feb 3, 2025
1 parent 2e0e1a1 commit 68a0517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
"image": "mcr.microsoft.com/devcontainers/rust:1.0.9-bookworm",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
Expand Down

0 comments on commit 68a0517

Please sign in to comment.