File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# vim: syntax=dockerfile
22FROM cgr.dev/chainguard/static:latest
3- COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.25 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
3+ COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.42 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
44COPY spicedb-operator /usr/local/bin/spicedb-operator
55ENTRYPOINT ["spicedb-operator" ]
Original file line number Diff line number Diff line change 11module github.com/authzed/spicedb-operator/e2e
22
3- go 1.24.0
3+ go 1.25.5
44
55require (
66 cloud.google.com/go/spanner v1.85.0
Original file line number Diff line number Diff line change 11module github.com/authzed/spicedb-operator
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.25.5
64
75require (
86 github.com/authzed/controller-idioms v0.13.0
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.24.0
3+ go 1.25.5
44
55require (
66 github.com/authzed/spicedb-operator v0.0.0-00010101000000-000000000000
You can’t perform that action at this time.
0 commit comments