chore(deps): update gcr.io/distroless/static-debian12 docker digest to a9fcaed
renovate/stability-days Updates have not met minimum release age requirement
CI / test (pull_request) Successful in 45s

This commit is contained in:
2026-07-21 04:09:46 +00:00
parent c1e0bcc975
commit 2b56b6dcb3
+1 -1
View File
@@ -9,6 +9,6 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} \
go build -trimpath -ldflags="-s -w" -o main .
FROM gcr.io/distroless/static-debian12@sha256:61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44
FROM gcr.io/distroless/static-debian12@sha256:a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd
COPY --from=build /app/main /
CMD ["/main"]