Skip to content

Commit

Permalink
chore: update distroless image
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlees committed Oct 12, 2023
1 parent a4a6de5 commit 1dd97b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./ ./
RUN go mod download
RUN go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=$VERSION+docker"

FROM gcr.io/distroless/base-debian11
FROM gcr.io/distroless/base-debian12:nonroot
LABEL org.opencontainers.image.source https://github.com/BloodHoundAD/AzureHound
COPY --from=build /app/azurehound /
ENTRYPOINT ["/azurehound"]

0 comments on commit 1dd97b0

Please sign in to comment.