Skip to content

Commit 5990b08

Browse files
committed
Fix: Update OS to latest, to avoid old GLIBC errors. See #87.
1 parent 2eb9450 commit 5990b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Rust",
55
// 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",
6+
"image": "mcr.microsoft.com/devcontainers/rust:latest",
77
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
88
// "mounts": [
99
// {

0 commit comments

Comments
 (0)