Skip to content

Commit

Permalink
update Dev Container base and feature versions
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed Nov 7, 2024
1 parent 158c3d4 commit 3e062b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// https://containers.dev/implementors/json_reference/#variables-in-devcontainerjson
{
"name": "unCORE",
"image": "ghcr.io/georglauterbach/dev-container-base:2.1.0",
"image": "ghcr.io/georglauterbach/dev-container-base:3.0.0",
"features": {
"ghcr.io/georglauterbach/dev-container-features/rust:4.0.0": {
"ghcr.io/georglauterbach/dev-container-features/rust:5.1.0": {
"system.packages.additional-packages": "gdb-multiarch,jq,qemu-system-riscv64",
"linker.mold.install": "true"
}
Expand Down

0 comments on commit 3e062b4

Please sign in to comment.