Skip to content

Commit 9dec6d9

Browse files
Update StarRocks Docker images to version 4.1 in the integration compose file
Signed-off-by: Mateusz Jukiewicz <mateusz@marketer.tech>
1 parent a5c258d commit 9dec6d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/core/engine_adapter/integration/docker/compose.starrocks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
starrocks-fe:
3-
image: starrocks/fe-ubuntu:3.5-latest
3+
image: starrocks/fe-ubuntu:4.1-latest
44
container_name: starrocks-fe
55
hostname: starrocks-fe
66
command: |
@@ -18,7 +18,7 @@ services:
1818
retries: 3
1919

2020
starrocks-be:
21-
image: starrocks/be-ubuntu:3.5-latest
21+
image: starrocks/be-ubuntu:4.1-latest
2222
container_name: starrocks-be
2323
hostname: starrocks-be
2424
depends_on:

0 commit comments

Comments
 (0)