Skip to content

Commit

Permalink
autorefreshen process (#71)
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 18, 2023
1 parent da5c5dc commit 0eafc64
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.64.0
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.64.1

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

0 comments on commit 0eafc64

Please sign in to comment.