Skip to content

Commit

Permalink
Merge branch 'stage/v7.1.0' into BED-5328/NTLM-saved-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlipka committed Mar 3, 2025
2 parents 93f6487 + 95f2d5f commit 3e490e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/actions/build-container-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,14 @@ runs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ inputs.build_platforms }}

- name: Set up buildx
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ inputs.build_platforms }}

- name: Build
uses: docker/build-push-action@v6
with:
platforms: ${{ inputs.build_platforms }}
build-args: ${{ inputs.build_args }}
build-contexts: ${{ inputs.build_contexts }}
cache-from: ${{ inputs.cache_from }}
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/bloodhound.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Global build args
################
ARG SHARPHOUND_VERSION=v2.5.13
ARG AZUREHOUND_VERSION=v2.2.1
ARG AZUREHOUND_VERSION=v2.3.0

########
# Golang Image
Expand Down
2 changes: 1 addition & 1 deletion tools/docker-compose/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Global build args
################
ARG SHARPHOUND_VERSION=v2.5.13
ARG AZUREHOUND_VERSION=v2.2.1
ARG AZUREHOUND_VERSION=v2.3.0

########
# Package other assets
Expand Down

0 comments on commit 3e490e0

Please sign in to comment.