update devcontainer image, that includes a more recent version of rust (#294)

This commit is contained in:
Gonçalo Valério 2025-02-03 04:32:23 +00:00 committed by GitHub
parent 2e0e1a1aaa
commit 68a0517115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {}
},