It's 3.26.0 at the moment:
|
RUN wget "https://www.sqlite.org/2018/sqlite-autoconf-3260000.tar.gz" && tar xzf sqlite-autoconf-3260000.tar.gz \ |
|
&& cd sqlite-autoconf-3260000 && ./configure --disable-static --enable-fts5 --enable-json1 CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_JSON1" \ |
|
&& make && make install |
Most recent release is 3.31.1:
https://www.sqlite.org/releaselog/3_31_1.html
It's 3.26.0 at the moment:
datasette/Dockerfile
Lines 9 to 11 in af9cd4c
Most recent release is 3.31.1: https://www.sqlite.org/releaselog/3_31_1.html