Skip to content

Commit 8ec94f3

Browse files
authored
Update README.md (#82)
1 parent d34f95e commit 8ec94f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the network transport.
2121
Before testing the library, you must ensure a Coherence cluster is available. For local development, we recommend using the Coherence CE Docker image; it contains everything necessary for the client to operate correctly.
2222

2323
```bash
24-
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:23.09
24+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.03
2525
```
2626

2727
or to save some keystrokes/time, use the included npm script, `coh-up` to start a two-member Cluster with the gRPC port at 1408"
@@ -30,10 +30,10 @@ npm run coh-up
3030
```
3131

3232
**Important!** When calling `coh-up` or `coh-down`, the LTS version of Coherence will be used (`22.06.2`).
33-
To use a later Coherence version, such as `23.09`, prefix the calls with, or export `COHERENCE_VERSION=<desired-version>`.
33+
To use a later Coherence version, such as `24.03`, prefix the calls with, or export `COHERENCE_VERSION=<desired-version>`.
3434
For example:
3535
```bash
36-
COHERENCE_VERSION=23.09 npm run coh-up
36+
COHERENCE_VERSION=24.03 npm run coh-up
3737
```
3838

3939
For more details on the image, see the [documentation](https://github.com/oracle/coherence/tree/master/prj/coherence-docker).

0 commit comments

Comments
 (0)