We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8c630 commit 79a5201Copy full SHA for 79a5201
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - target x86_64 for ECS Fargate compatibility
2
-FROM --platform=linux/amd64 rust:1.82.0 AS builder
+FROM --platform=linux/amd64 rust:1.90.0 AS builder
3
4
# Set environment variables for consistent builds
5
ENV CARGO_TARGET_DIR=/app/target
0 commit comments