Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit d520ca7

Browse files
github-actions[bot]Automatic Refresher
andauthored
autorefreshen process (#113)
Co-authored-by: Automatic Refresher <runner@boxboat.com>
1 parent 6e02601 commit d520ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN apk update ; apk add shadow curl
77
RUN useradd -u 10001 webhook
88
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o grypywebhook
9-
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.74.2
9+
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.74.3
1010

1111
FROM scratch
1212
COPY --from=build-env /go/src/grypy/grypywebhook .

0 commit comments

Comments
 (0)