Skip to content

Commit

Permalink
fix(library): Use correct SQLite package version (#119)
Browse files Browse the repository at this point in the history
Reviewed-by: Stefan Jumarea <[email protected]>
Approved-by: Stefan Jumarea <[email protected]>
  • Loading branch information
StefanJum committed May 10, 2024
2 parents 21bf34c + 37e878e commit d020871
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 d020871

Please sign in to comment.