We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e8371 + 6f73430 commit 3ea8963Copy full SHA for 3ea8963
Dockerfile
@@ -27,7 +27,7 @@ FROM golang:latest AS builder
27
WORKDIR /build
28
29
# Install Syft for SBOM generation
30
-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
31
32
# Copy source code
33
COPY . .
0 commit comments