From f3bdd30df1e8b57eab86a62c41c7b0727cd24f58 Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:15:59 +0000 Subject: [PATCH] revert latest image until pyton 3.12 is supported in jpype --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 26370d2..448d567 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "ghidrecomp", // image from https://github.com/clearbluejar/ghidra-python - "image": "ghcr.io/clearbluejar/ghidra-python:latest", + "image": "ghcr.io/clearbluejar/ghidra-python:10.4ghidra3.11python-bookworm", // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.