feat(container): update image alpine (3.21.3 → 3.22.0) (#12)

This commit is contained in:
renovate[bot]
2025-05-31 01:08:01 +03:00
committed by GitHub
parent 472fcaa444
commit df120e20ec

View File

@@ -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