Skip to content

Commit b7dd512

Browse files
IDE: fix devcontainer by updating it to Ubuntu 24
In commit 7e21835 I updated the Dockerfile but missed these adjustments. Signed-off-by: Claudio André <[email protected]>
1 parent fcc8a2c commit b7dd512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDE/.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"build": {
88
"dockerfile": "Dockerfile",
9-
"args": { "VARIANT": "jammy" }
9+
"args": { "VARIANT": "noble" }
1010
},
1111

1212
"settings": {

0 commit comments

Comments
 (0)