Skip to content

Commit fb0e2ce

Browse files
committed
fix: update Dockerfile to ensure consistent Debian release for build and runtime
1 parent a61194f commit fb0e2ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

relayer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM rust:1.89.0 as builder
1+
# Keep build and runtime on the same Debian release to avoid GLIBC mismatches
2+
FROM rust:1.89.0-bookworm as builder
23
WORKDIR /app
34
RUN apt-get update \
45
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)