Skip to content

Commit

Permalink
autorefreshen process (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Automatic Refresher <runner@boxboat.com>
  • Loading branch information
github-actions[bot] and Automatic Refresher authored Jan 27, 2024
1 parent 6e02601 commit d520ca7
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.74.2
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.74.3

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

0 comments on commit d520ca7

Please sign in to comment.