normogen/backend/docker
goose 39f9ff38d0 Fix: Update Rust to 1.83 and fix Dockerfile CMD syntax
Changes:
- Updated Rust from 1.75 to 1.83 in both Dockerfiles
- Fixed CMD syntax: changed single quotes to double quotes (JSON format)
  Before: CMD ['cargo-watch', '-x', 'run']
  After:  CMD [cargo-watch, -x, run]

This fixes the cargo-watch compilation error that required edition2024.
Rust 1.83 supports all current crate features and editions.
2026-02-15 11:32:27 -03:00
..
Dockerfile Fix: Update Rust to 1.83 and fix Dockerfile CMD syntax 2026-02-15 11:32:27 -03:00
Dockerfile.dev Fix: Update Rust to 1.83 and fix Dockerfile CMD syntax 2026-02-15 11:32:27 -03:00