Skip to content

Commit

Permalink
fix(library): Use correct SQLite package version
Browse files Browse the repository at this point in the history
Use correct `3.40` version for SQLite package. The previous one
(`3.40.1`) is incorrect.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed May 10, 2024
1 parent 21bf34c commit 37e878e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/sqlite/3.40/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 37e878e

Please sign in to comment.