Commit 61a796e
authored
fix: use rust:1.89-bookworm image in the rbuilder Dockerfile (#796)
## 📝 Summary
#790 updated the rbuilder
docker base image to use rust:1.89 which broke the latest develop images
with:
```
/app/rbuilder: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /app/rbuilder)
/app/rbuilder: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /app/rbuilder)
```
Use `rust:1.89-bookworm` to fix this issue
## ✅ I have completed the following steps:
* [x] Run `make lint`
* [x] Run `make test`
* [x] Added tests (if applicable)1 parent 4ee212e commit 61a796e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments