Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-schema-registry docker tag to v7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent 3ff281c commit 4dfcd07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'

schema-registry:
image: confluentinc/cp-schema-registry:7.5.1
image: confluentinc/cp-schema-registry:7.5.2
container_name: schema-registry
hostname: schema-registry
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
CLUSTER_ID: 4L6g3nShT-eMCtK--X86sw

schema-registry:
image: confluentinc/cp-schema-registry:7.5.1
image: confluentinc/cp-schema-registry:7.5.2
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
CLUSTER_ID: '4L6g3nShT-eMCtK--X86sw'

schema-registry:
image: confluentinc/cp-schema-registry:7.5.1
image: confluentinc/cp-schema-registry:7.5.2
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
CLUSTER_ID: '4L6g3nShT-eMCtK--X86sw'

schema-registry:
image: confluentinc/cp-schema-registry:7.5.1
image: confluentinc/cp-schema-registry:7.5.2
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down

0 comments on commit 4dfcd07

Please sign in to comment.