Skip to content

Commit 2f627fb

Browse files
at0ddfhussonnois
authored andcommitted
ci(ci): bump confluentinc docker image versions
Resolves: #89
1 parent d325212 commit 2f627fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919
# Kafka Connect File Pulse
20-
FROM confluentinc/cp-kafka-connect-base:5.5.2
20+
FROM confluentinc/cp-kafka-connect-base:6.0.1
2121

2222

2323
USER root

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
cp-zookeeper:
4-
image: confluentinc/cp-zookeeper:5.2.1
4+
image: confluentinc/cp-zookeeper:6.0.1
55
hostname: zookeeper
66
container_name: zookeeper
77
ports:
@@ -32,7 +32,7 @@ services:
3232
CONFLUENT_METRICS_ENABLE: 'false'
3333

3434
cp-schema-registry:
35-
image: confluentinc/cp-schema-registry:5.2.1
35+
image: confluentinc/cp-schema-registry:6.0.1
3636
hostname: schema-registry
3737
container_name: schema-registry
3838
depends_on:

0 commit comments

Comments
 (0)