Skip to content

Commit 211d7aa

Browse files
committed
feat: Add multi-stage Dockerfile for Rust backend with optimized build and minimal runtime.
1 parent 68d1863 commit 211d7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use latest stable Rust for building
3939
# Provides access to latest Rust features and optimizations
40-
FROM rust:1.83-bookworm AS builder
40+
FROM rust:nightly-bookworm AS builder
4141

4242
# Set working directory for all subsequent commands
4343
WORKDIR /app

0 commit comments

Comments
 (0)