Skip to content

Commit

Permalink
Upgrade test Docker images (#1671)
Browse files Browse the repository at this point in the history
Co-authored-by: Raúl Barroso <[email protected]>
  • Loading branch information
hariso and raulb authored Jun 20, 2024
1 parent a84d87c commit ad87154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
pg-0:
image: postgres:14
image: postgres:16
ports:
- "5432:5432"
volumes:
Expand Down
6 changes: 3 additions & 3 deletions test/docker-compose-schemaregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.4.0
image: confluentinc/cp-zookeeper:7.6.1
environment:
ZOOKEEPER_CLIENT_PORT: '2181'
ZOOKEEPER_ADMIN_ENABLE_SERVER: 'false'
networks:
- confluent

kafka:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.6.1
environment:
KAFKA_BROKER_ID: '0'
KAFKA_ZOOKEEPER_CONNECT: 'zookeeper:2181'
Expand All @@ -22,7 +22,7 @@ services:
- confluent

schema-registry:
image: confluentinc/cp-schema-registry:7.4.0
image: confluentinc/cp-schema-registry:7.6.1
depends_on:
- kafka
ports:
Expand Down

0 comments on commit ad87154

Please sign in to comment.