Skip to content

Commit

Permalink
ci: Bump version to 1.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
superhx committed Dec 29, 2023
1 parent c3eb519 commit 9f63aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
controller:
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
hostname: "${CONTROLLER_DOCKER_NAME-controller}"
image: automqinc/kafka:1.0.0-rc2
image: automqinc/kafka:1.0.0-rc3
environment:
- KAFKA_S3_ACCESS_KEY=test
- KAFKA_S3_SECRET_KEY=test
Expand All @@ -67,7 +67,7 @@ services:
broker1:
container_name: "${BROKER1_DOCKER_NAME-broker1}"
hostname: "${BROKER1_DOCKER_NAME-broker1}"
image: automqinc/kafka:1.0.0-rc2
image: automqinc/kafka:1.0.0-rc3
ports:
- "9094:9094"
environment:
Expand All @@ -92,7 +92,7 @@ services:
broker2:
container_name: "${BROKER2_DOCKER_NAME-broker2}"
hostname: "${BROKER2_DOCKER_NAME-broker2}"
image: automqinc/kafka:1.0.0-rc2
image: automqinc/kafka:1.0.0-rc3
ports:
- "9095:9095"
environment:
Expand Down

0 comments on commit 9f63aa2

Please sign in to comment.