Skip to content

Commit 7eb73da

Browse files
authored
Merge pull request #7 from adeondev/fix/docker-rust-toolchain
fix(docker): raise server image toolchain to rust 1.90
2 parents 7df6d5b + 6e47bf8 commit 7eb73da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Sem biblioteca de UI e sem framework de CSS. CSS na mão, um arquivo por compone
4848

4949
```
5050
compose.yaml Orquestração completa: stapp-server, livekit e caddy (opcional)
51-
server/Dockerfile Build multi-stage (Node 22 SPA + Rust 1.85 release + Debian runtime)
51+
server/Dockerfile Build multi-stage (Node 22 SPA + Rust 1.90 release + Debian runtime)
5252
server/ Rust — axum + tokio. Binário único, config em stapp.toml ou env STAPP_*, SQLite em data/stapp.db.
5353
web/ Vite + React + TS. Roda no navegador ou empacotado em Tauri.
5454
infra/caddy/ Terminação TLS reversa opcional para HTTPS e portas unificadas.

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pnpm build
1515
# =======================================================================
1616
# Stage 2: Build Rust Backend (axum + tokio + sqlx bundled)
1717
# =======================================================================
18-
FROM rust:1.85-slim-bookworm AS server-builder
18+
FROM rust:1.90-slim-bookworm AS server-builder
1919
WORKDIR /build/server
2020

2121
# Install build dependencies for C-bundled sqlite

0 commit comments

Comments
 (0)