fix: Outdated glibc
All checks were successful
Build and deploy / build (push) Successful in 11m4s

This commit is contained in:
2025-12-21 22:46:20 +01:00
parent 100760c498
commit e3f0f89d93

View File

@@ -20,6 +20,6 @@ RUN cargo auditable build --release && /app/target/release/crdgen > /crds.yaml
FROM scratch AS manifests
COPY --from=builder /crds.yaml /
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
FROM gcr.io/distroless/cc-debian13:nonroot AS runtime
COPY --from=builder /app/target/release/lldap-controller /lldap-controller
CMD ["/lldap-controller"]