Skip to content

Commit

Permalink
autorefreshen process (#45)
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 Mar 3, 2023
1 parent 0ba95bd commit 5bbdb21
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 @@ -6,7 +6,7 @@ COPY . .
RUN apk update ; apk add shadow curl
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.57.1
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.58.0

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

0 comments on commit 5bbdb21

Please sign in to comment.