Skip to content

Commit

Permalink
new grype release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibers authored Mar 15, 2022
1 parent 925f607 commit 0da6891
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 @@ -5,7 +5,7 @@ WORKDIR /go/src/grypy
COPY . .
RUN useradd -u 10001 webhook
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o grypywebhook
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.33.1
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.34.1

FROM scratch
COPY --from=build-env /go/src/grypy/grypywebhook .
Expand Down

0 comments on commit 0da6891

Please sign in to comment.