Skip to content

Commit

Permalink
Merge pull request #223 from authzed/update-grpc-health-probe-and-bui…
Browse files Browse the repository at this point in the history
…ld-image

update base image and gRPC health probe
  • Loading branch information
ecordell authored Jul 17, 2023
2 parents 2ead24f + 79df5f3 commit 6f9f04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.16 AS builder
FROM golang:1.20-alpine3.18 AS builder
WORKDIR /go/src/app
ENV CGO_ENABLED=0

Expand Down
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.12 /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 6f9f04d

Please sign in to comment.