diff --git a/Dockerfile b/Dockerfile index 7f578d1..f2d8abd 100755 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM golang:latest AS builder WORKDIR /build # Install Syft for SBOM generation -RUN go install github.com/anchore/syft/cmd/syft@latest +RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /go/bin # Copy source code COPY . .