Skip to content

Commit 66e47e4

Browse files
authored
docs
1 parent 337b68b commit 66e47e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rust_sqlite_335_bookworm_docker.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to setup Rust, Docker and SQLite 3.35+?
2+
3+
## The problem
4+
Sadly, the old buster version contains only SQLite3.34. It's a problem because you need for e.g. returning clauses the 3.35+ version. How to fix that?
5+
6+
## The solution
7+
The default `DOCKERFILE` contains `FROM rust`, change it to `FROM rust:bookworm` and rebuild it, it will install the newest version of Debian. The newest version contains SQLite 3.35+ and your problem will be gone :)

0 commit comments

Comments
 (0)