Skip to content

Commit 79a5201

Browse files
committed
chore: bump rust version
1 parent 8a8c630 commit 79a5201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage - target x86_64 for ECS Fargate compatibility
2-
FROM --platform=linux/amd64 rust:1.82.0 AS builder
2+
FROM --platform=linux/amd64 rust:1.90.0 AS builder
33

44
# Set environment variables for consistent builds
55
ENV CARGO_TARGET_DIR=/app/target

0 commit comments

Comments
 (0)