Skip to content

Commit

Permalink
autorefreshen process (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Automatic Refresher <[email protected]>
  • Loading branch information
github-actions[bot] and Automatic Refresher authored Jul 26, 2022
1 parent 727cb68 commit 1da0a40
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.43.0
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.44.0

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

0 comments on commit 1da0a40

Please sign in to comment.