Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 8ef2e09 commit c7a4154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
ZOO_SERVERS: server.1=zoo1:2888:3888;2181

kafka1:
image: confluentinc/cp-kafka:7.5.3@sha256:51145a40d23336a11085ca695d02bdeee66fe01b582837c6d223384952226be9
image: confluentinc/cp-kafka:7.6.0@sha256:7e332fd046a1b3ef292dcd063d6e7bee4f487ac4d235da1692b15a44daf2c080
hostname: kafka1
ports:
- "9092:9092"
Expand All @@ -40,7 +40,7 @@ services:
- zoo1

kafka-rest-proxy:
image: confluentinc/cp-kafka-rest:7.5.3@sha256:a4558632cad6c4eedd8bc340a30277ab020b4fd97444844df1be0dbf9061782d
image: confluentinc/cp-kafka-rest:7.6.0@sha256:a0065ab70cf8f59726f50f4394a8e182ff305da51e2ec8f924fef1d064c3a78f
hostname: kafka-rest-proxy
ports:
- "8082:8082"
Expand All @@ -55,7 +55,7 @@ services:
- kafka1

kafka-connect:
image: confluentinc/cp-kafka-connect:7.5.3@sha256:e6bc1b88b43a23de290da574b0bbc06135b0005ecb9cac0c95155d3ff50f283a
image: confluentinc/cp-kafka-connect:7.6.0@sha256:8994183f490753023221c0abc524338b54335cec24bdef7a5fc7f1b9fe2185a6
hostname: kafka-connect
ports:
- "8083:8083"
Expand Down

0 comments on commit c7a4154

Please sign in to comment.