From df120e20ecf9027d2571119c1ad7f5528295c49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 01:08:01 +0300 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20alpine=20(3?= =?UTF-8?q?.21.3=20=E2=86=92=203.22.0)=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57fb8f3..30c9bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . . RUN go build -o /go-test-sarif ./cmd/main.go -FROM alpine:3.21.3 +FROM alpine:3.22.0 COPY --from=build /go-test-sarif /go-test-sarif COPY action/entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh