Changed default CIDR

This commit is contained in:
2026-06-29 06:12:21 -03:00
parent 75fb09e767
commit 9838e1b612
4 changed files with 46 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.78-bookworm AS builder
FROM rust:stable-bookworm AS builder
WORKDIR /app
COPY Cargo.toml Cargo.lock ./