Skip to content

Commit d5bd3f1

Browse files
ishaileshpantclaude
andcommitted
fix: upgrade Dockerfile to rust 1.88 for time 0.3.47 compatibility
time 0.3.47 (security fix for stack exhaustion DoS) requires rustc 1.88.0. Update Docker builder stage from rust:1.85-slim to rust:1.88-slim. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e07ca36 commit d5bd3f1

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
# Stage 1: Build
2-
FROM rust:1.85-slim AS builder
2+
FROM rust:1.88-slim AS builder
33

44
RUN apt-get update && apt-get install -y \
55
protobuf-compiler \

0 commit comments

Comments
 (0)