Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-schema-registry docker tag to v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 48b51c1 commit 09e4af4
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.6.0
image: confluentinc/cp-schema-registry:7.6.1
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.6.0
image: confluentinc/cp-schema-registry:7.6.1
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.6.0
image: confluentinc/cp-schema-registry:7.6.1
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.6.0
image: confluentinc/cp-schema-registry:7.6.1
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down

0 comments on commit 09e4af4

Please sign in to comment.