Skip to content

Commit

Permalink
Merge pull request #2 from testifysec/reduce-cves
Browse files Browse the repository at this point in the history
Reduce CVEs
  • Loading branch information
colek42 committed Jul 18, 2024
2 parents 41e681a + d3a38b3 commit 98acaf8
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 @@ -18,7 +18,7 @@ COPY . .

RUN go build -o bin/software

FROM golang:alpine3.18
FROM cgr.dev/chainguard/static@sha256:676e989769aa9a5254fbfe14abb698804674b91c4d574bb33368d87930c5c472

COPY --from=builder /build/bin/software /software

Expand Down

0 comments on commit 98acaf8

Please sign in to comment.