Skip to content

Commit

Permalink
ci: Bump version to 1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
superhx committed Jan 5, 2024
1 parent 41e6322 commit cc5ad6f
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-rc4
image: automqinc/kafka:1.0.0-rc5
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-rc4
image: automqinc/kafka:1.0.0-rc5
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-rc4
image: automqinc/kafka:1.0.0-rc5
ports:
- "9095:9095"
environment:
Expand Down

0 comments on commit cc5ad6f

Please sign in to comment.