diff --git a/Dockerfile b/Dockerfile index 2a6559e..9de80cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]