From 01ccc1a0727fdddb294c2f14434eecb84dda1386 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Fri, 3 Apr 2026 09:23:52 -0700 Subject: [PATCH] Update install docs, bump alpine from 3.18 to 3.23 and sqlite from 3.41 to 3.51 This reflects the [change to the test runner](https://github.com/exercism/sqlite-test-runner/pull/52) --- docs/INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index c80b6c5..227b369 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -2,7 +2,7 @@ ## Target Version -Testing for this track uses the `alpine:3.18` Docker image which, as of May 2025, uses `sqlite3 version 3.41.2`. +Testing for this track uses the `alpine:3.23` Docker image which, as of May 2025, uses `sqlite3 version 3.51.2`. We strive to ensure that the tools provided by this track will work on the latest Ubuntu LTS release. While users may have newer versions installed, they should be aware that some features may not work with our test runner. Features can be compared on [SQLite version history][version-history].