Compare commits

..

5 Commits

Author SHA1 Message Date
0078ae6100 feat: Add security context
All checks were successful
Build and deploy / build (push) Successful in 10m39s
2025-12-22 23:59:39 +01:00
b005873532 fix: Outdated glibc 2025-12-22 23:59:39 +01:00
2a02e168a0 chore: Renamed credentials secret in deployment 2025-12-22 23:59:38 +01:00
0397588c8c feat: Update to new workflow 2025-12-22 23:59:38 +01:00
cfbbac3e0b chore: Update dependencies 2025-12-22 23:59:38 +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.71 && \ RUN cargo install cargo-chef --locked --version 0.1.73 && \
cargo install cargo-auditable --locked --version 0.6.6 cargo install cargo-auditable --locked --version 0.7.2
WORKDIR /app WORKDIR /app
FROM base AS planner FROM base AS planner