Skip to content

Commit 7e40124

Browse files
Merge pull request #637 from reshmabidikar/v3
Update Kaui version
2 parents 4f433bb + 9f0effc commit 7e40124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userguide/getting-started/includes/docker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The next step is to create a YAML file called `docker-compose.yml`, similar to t
4242
Ensure that you specify the latest versions of the Kill Bill, Kaui and MariaDB images in your `docker-compose` file. The latest versions at the time of writing are as follows:
4343

4444
* Kill Bill - `killbill/killbill:0.24.16`
45-
* Kaui - `killbill/kaui:4.0.2`
45+
* Kaui - `killbill/kaui:4.0.4`
4646
* MariaDB - `killbill/mariadb:0.24`
4747

4848
[source,yaml]
@@ -61,7 +61,7 @@ services:
6161
- KILLBILL_DAO_PASSWORD=killbill
6262
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
6363
kaui:
64-
image: killbill/kaui:4.0.2
64+
image: killbill/kaui:4.0.4
6565
ports:
6666
- "9090:8080"
6767
environment:

0 commit comments

Comments
 (0)