Commit 871ff43
committed
fix: [#317] Update deployer runtime base image from bookworm-slim to trixie-slim
The build stage was updated to rust:trixie (GLIBC 2.39), but the runtime
stage was still using debian:bookworm-slim (GLIBC 2.36/2.37). This caused
GLIBC version mismatch errors when running the container.
Updated runtime FROM to debian:trixie-slim to ensure compiled binary
runs with compatible GLIBC version.1 parent 262aeb8 commit 871ff43
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments