From 37e878e8e3d959aa7e671c7b859eba364a68fd9b Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 10 May 2024 14:57:46 +0300 Subject: [PATCH] fix(library): Use correct SQLite package version Use correct `3.40` version for SQLite package. The previous one (`3.40.1`) is incorrect. Signed-off-by: Razvan Deaconescu --- library/sqlite/3.40/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/sqlite/3.40/README.md b/library/sqlite/3.40/README.md index 3aed423c..bf316adc 100644 --- a/library/sqlite/3.40/README.md +++ b/library/sqlite/3.40/README.md @@ -1,11 +1,11 @@ -# SQLite 3.40.1 Image +# SQLite 3.40 Image -This directory contains the definition for the `unikraft.org/sqlite:3.40.1` image. +This directory contains the definition for the `unikraft.org/sqlite:3.40` image. To run this image, [install Unikraft's companion command-line toolchain `kraft`](https://unikraft.org/docs/cli) and then you can run: ``` -kraft run unikraft.org/sqlite:3.40.1 +kraft run unikraft.org/sqlite:3.40 ``` Once executed you will be get the output of an SQL script.