diegorhoger commited on
Commit
56973aa
·
1 Parent(s): 446ab49

Use Rust nightly toolchain for full edition2024 support

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Brain AI - Hugging Face Deployment Dockerfile
2
- # Built on August 07, 2025 - Updated Rust version for edition2024 support
3
 
4
- FROM rust:1.81-slim as builder
5
 
6
  # Install system dependencies
7
  RUN apt-get update && apt-get install -y \
 
1
  # Brain AI - Hugging Face Deployment Dockerfile
2
+ # Built on August 07, 2025 - Using Rust nightly for edition2024 support
3
 
4
+ FROM rustlang/rust:nightly-slim as builder
5
 
6
  # Install system dependencies
7
  RUN apt-get update && apt-get install -y \