Skip to content

Commit 269b78d

Browse files
authored
Update devcontainer.json to Ghidra 11.0.3, fixes #27
1 parent 19c951b commit 269b78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "ghidrecomp",
55
// image from https://github.com/clearbluejar/ghidra-python
6-
"image": "ghcr.io/clearbluejar/ghidra-python:11.0.1ghidra3.12python-bookworm",
6+
"image": "ghcr.io/clearbluejar/ghidra-python:11.0.3ghidra3.12python-bookworm",
77
// Configure tool-specific properties.
88
"customizations": {
99
// Configure properties specific to VS Code.
@@ -43,4 +43,4 @@
4343
]
4444
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4545
"remoteUser": "vscode",
46-
}
46+
}

0 commit comments

Comments
 (0)