Skip to content

Commit

Permalink
Merge pull request #10 from fkie-cad/ghidra_10_2_3
Browse files Browse the repository at this point in the history
Update to Ghidra 10.2.3
  • Loading branch information
Enkelmann authored Mar 23, 2023
2 parents c190f6b + 648353a commit 8f54afe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to ghcr.io Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
Expand All @@ -36,4 +43,5 @@ jobs:
linux/amd64
push: true
tags: |
ghcr.io/fkie-cad/ghidra_headless_base:${{ steps.tagName.outputs.tag }}
fkiecad/ghidra_headless_base:${{ steps.tagName.outputs.tag }}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:jdk-slim

ENV GHIDRA_RELEASE_TAG Ghidra_10.2.2_build
ENV GHIDRA_VERSION ghidra_10.2.2_PUBLIC_20221115
ENV GHIDRA_RELEASE_TAG Ghidra_10.2.3_build
ENV GHIDRA_VERSION ghidra_10.2.3_PUBLIC_20230208

RUN apt-get update && \
apt-get install -y --no-install-recommends wget unzip fontconfig && \
Expand Down

0 comments on commit 8f54afe

Please sign in to comment.