Skip to content

Commit e41ccbe

Browse files
committed
feat: Add Dockerfile for multi-stage Rust backend build with optimized compilation, security hardening, and health checks.
1 parent 211d7aa commit e41ccbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:nightly-bookworm AS builder
40+
FROM rustlang/rust:nightly-bookworm AS builder
4141

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

0 commit comments

Comments
 (0)