Skip to content

Commit 4edc09d

Browse files
author
rokh-conduktor
authored
use last platform version available (#123)
1 parent fc83daa commit 4edc09d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This replicates as well as possible real deployment configurations, where you ha
1515

1616
## Stack version
1717

18-
- Conduktor Platform: 1.3.0
18+
- Conduktor Platform: latest
1919
- Zookeeper version: 3.6.3 (Confluent 7.3.0)
2020
- Kafka version: 3.3.0 (Confluent 7.3.0)
2121
- Kafka Schema Registry: Confluent 7.3.0

full-stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- kafka1
128128

129129
conduktor-platform:
130-
image: conduktor/conduktor-platform:1.3.1
130+
image: conduktor/conduktor-platform:latest
131131
ports:
132132
- 8080:8080
133133
volumes:

0 commit comments

Comments
 (0)