Skip to content

Commit b4f2346

Browse files
authored
Update SQLite version info in the INSTALLATION doc. (#93)
See [forum thread](https://forum.exercism.org/t/sqlite-install-docs-lists-the-wrong-version/17475) for context. Update the docs to reflect that we use alpine 3.18 and that alpine currently uses SQLite 3.41.2
1 parent d11ad06 commit b4f2346

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/INSTALLATION.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
## Target Version
44

5-
Testing for this track is based on version __3.37__.
5+
Testing for this track uses the `alpine:3.18` Docker image which, as of May 2025, uses `sqlite3 version 3.41.2`.
6+
We strive to ensure that the tools provided by this track will work on the latest Ubuntu LTS release.
67
While users may have newer versions installed, they should be aware that some features may not work with our test runner.
78
Features can be compared on [SQLite version history][version-history].
8-
The version was chosen to maintain maintain compatibility with users on Ubuntu 22.04, the current LTS version.
9-
When the next LTS comes into rotation, we will also update our track.
109

1110
## Windows
1211

0 commit comments

Comments
 (0)