Changed name to siranga

This commit is contained in:
2025-04-17 13:31:33 +02:00
parent 68df9af0da
commit 76080994ea
11 changed files with 60 additions and 65 deletions

View File

@@ -18,5 +18,5 @@ ENV RUSTC_BOOTSTRAP=1
RUN cargo auditable build --release
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
COPY --from=builder /app/target/release/tunnel_rs /tunnel_rs
CMD ["/tunnel_rs"]
COPY --from=builder /app/target/release/siranga /siranga
CMD ["/siranga"]