Merge branch 'rust-dev'

This commit is contained in:
Christbru 2025-10-19 04:14:20 -05:00
commit b61b6fa884

View file

@ -3,7 +3,7 @@
# --- Stage 1: Builder --- # --- Stage 1: Builder ---
# Use a stable Rust version # Use a stable Rust version
FROM rust:1.88-slim AS builder FROM rust:slim AS builder
WORKDIR /usr/src/app WORKDIR /usr/src/app
# Install build dependencies needed for sqlx # Install build dependencies needed for sqlx