Skip to content

Commit

Permalink
use 0.4.19
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Cordell <[email protected]>
  • Loading branch information
vroldanbet and ecordell authored Jul 17, 2023
1 parent 7f650c1 commit 79df5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim: syntax=dockerfile
FROM gcr.io/distroless/base
COPY validated-update-graph.yaml /opt/operator/config.yaml
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.18 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.19 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
COPY spicedb-operator /usr/local/bin/spicedb-operator
ENTRYPOINT ["spicedb-operator"]

0 comments on commit 79df5f3

Please sign in to comment.