Skip to content

Commit 854602b

Browse files
committed
Another Copilot fix -- not crucial but reasonable
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent 2ff1cf5 commit 854602b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4949
corresponding Docker images to the GitHub Container Registry (GHCR) for each LTS release. These
5050
Docker images are tagged with a stable `-lts` suffix, making it easier for developers to rely on
5151
a 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

5959
The `-lts` tags are kept up to date with the latest patch releases from the corresponding

0 commit comments

Comments
 (0)