fix(tranquil-config): reject unknown keys in TlsConfig, bump rust 1.96

Lewis: May this revision serve well! <lu5a@proton.me>
This commit is contained in:
Lewis
2026-05-29 09:39:14 +03:00
parent e85394c314
commit 7a54ccf6a3
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN pnpm install --frozen-lockfile
COPY frontend/ ./
RUN pnpm build
FROM rust:1.92-alpine AS builder
FROM rust:1.96-alpine AS builder
RUN apk add --no-cache ca-certificates musl-dev pkgconfig openssl-dev openssl-libs-static mold clang protoc
ENV RUSTFLAGS="-C linker=clang -C link-arg=-fuse-ld=mold"
WORKDIR /app