Ensure CA certs are available for webhooks usage (#442)

This commit is contained in:
Geoff Bourne
2025-08-13 10:18:33 -05:00
committed by GitHub
parent 99a89c28a0
commit 028bfc1bfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -buildvcs=false ./cmd/mc-router
FROM scratch
FROM gcr.io/distroless/static-debian12
ENTRYPOINT ["/mc-router"]
COPY --from=builder /build/mc-router /mc-router