Skip to content

Commit 3164a8e

Browse files
committed
bump base image
1 parent a4da2ab commit 3164a8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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": "ghidriff",
55
// image from https://github.com/clearbluejar/ghidra-python
6-
"image": "ghcr.io/clearbluejar/ghidra-python:11.3ghidra3.12python-bookworm",
6+
"image": "ghcr.io/clearbluejar/ghidra-python:11.3.1ghidra3.12python-bookworm",
77
// Configure tool-specific properties.
88
"customizations": {
99
// Configure properties specific to VS Code.

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# From https://github.com/clearbluejar/ghidra-python
2-
FROM ghcr.io/clearbluejar/ghidra-python:11.0.1ghidra3.11python-bookworm
2+
FROM ghcr.io/clearbluejar/ghidra-python:11.3.1ghidra3.12python-bookworm
33

44
ENV GHIDRA_INSTALL_DIR=/ghidra
55

@@ -9,8 +9,6 @@ WORKDIR /home/vscode/
99
# install latest from pip
1010
RUN pip install ghidriff
1111

12-
RUN python -m pyghidra.install_plugins
13-
1412
# point absolute ghidriffs dir to user
1513
# this supports absoulte mapping "docker run --rm -it -v ${PWD}/ghidriffs:/ghidriffs ghidriff /bin/cat1 /bin/cat2"
1614
RUN ln -s /ghidriffs /home/vscode/

0 commit comments

Comments
 (0)