chore(deps): update gcr.io/distroless/static-debian12 docker digest to 20bc6c0
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
CI / test (pull_request) Successful in 51s

This commit is contained in:
2026-02-20 19:44:30 +00:00
parent 8df7711b39
commit c5feacf3fb

View File

@@ -9,6 +9,6 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} \ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} \
go build -trimpath -ldflags="-s -w" -o main . go build -trimpath -ldflags="-s -w" -o main .
FROM gcr.io/distroless/static-debian12@sha256:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
COPY --from=build /app/main / COPY --from=build /app/main /
CMD ["/main"] CMD ["/main"]