Skip to content

Commit 22ccd75

Browse files
authored
Update README.md
1 parent 89ef93f commit 22ccd75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ A litecoin-core docker image with support for the following platforms:
1515

1616
**Multi-architecture builds**
1717

18-
The newest images (Debian-based, *0.19+*) provide built-in support for multiple architectures. Running `docker pull` on any of the supported platforms will automatically choose the right image for you as all of the manifests and artifacts are pushed to the Docker registry.
18+
The newest images (Debian-based, *0.21+*) provide built-in support for multiple architectures. Running `docker pull` on any of the supported platforms will automatically choose the right image for you as all of the manifests and artifacts are pushed to the Docker registry.
1919

2020
**Picking the right tag**
2121

2222
- `litecoinproject/litecoin-core:latest`: points to the latest stable release available of Litecoin Core. Caution when using in production as blindly upgrading Litecoin Core is a risky procedure.
2323
- `litecoinproject/litecoin-core:alpine`: same as above but using the Alpine Linux distribution (a resource efficient Linux distribution with security in mind, but not officially supported by the Litecoin Core team — use at your own risk).
24-
- `litecoinproject/litecoin-core:<version>`: based on a slim Debian image, this tag format points to a specific version branch (e.g. `0.20`) or release of Litecoin Core (e.g. `0.20.1`). Uses the pre-compiled binaries which are distributed by the Litecoin Core team.
24+
- `litecoinproject/litecoin-core:<version>`: based on a slim Debian image, this tag format points to a specific version branch (e.g. `0.21`) or release of Litecoin Core (e.g. `0.21.2.2`). Uses the pre-compiled binaries which are distributed by the Litecoin Core team.
2525
- `litecoinproject/litecoin-core:<version>-alpine`: same as above but using the Alpine Linux distribution.
2626

2727
## What is Litecoin Core?

0 commit comments

Comments
 (0)