File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ the [LTS strategy](./LTS-Strategy.md).
4545
4646### LTS Docker Images
4747
48- ACA-Py publishes Git tags in the format ` x.y-lts ` (e.g., ` 1.2 -lts ` ) along with
48+ ACA-Py publishes Git tags in the format ` x.y-lts ` (e.g., ` 1.3 -lts ` ) along with
4949corresponding Docker images to the GitHub Container Registry (GHCR) for each LTS release. These
5050Docker images are tagged with a stable ` -lts ` suffix, making it easier for developers to rely on
5151a consistent and maintained version line.
5252
53- You can pull the latest LTS image for version ` 1.2 ` using the following image tag:
53+ You can pull the latest LTS image for version ` 1.3 ` using the following image tag:
5454
5555``` bash
56- ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2 -lts
56+ ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.3 -lts
5757```
5858
5959The ` -lts ` tags are kept up to date with the latest patch releases from the corresponding
You can’t perform that action at this time.
0 commit comments