Compare commits

..

5 Commits

Author SHA1 Message Date
c01501794d feat: Add security context
Some checks failed
Build and deploy / build (push) Failing after 5m7s
2025-12-22 23:38:20 +01:00
19ab3e7da2 fix: Outdated glibc 2025-12-22 23:38:19 +01:00
1d03948fec chore: Renamed credentials secret in deployment 2025-12-22 23:38:19 +01:00
257a341145 feat: Update to new workflow 2025-12-22 23:38:19 +01:00
72bb27aae0 chore: Update dependencies 2025-12-21 06:19:04 +01:00

View File

@@ -1,7 +1,7 @@
FROM rust:1.92 AS base FROM rust:1.92 AS base
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo install cargo-chef --locked --version 0.1.73 && \ RUN cargo install cargo-chef --locked --version 0.1.71 && \
cargo install cargo-auditable --locked --version 0.7.2 cargo install cargo-auditable --locked --version 0.6.6
WORKDIR /app WORKDIR /app
FROM base AS planner FROM base AS planner