Skip to content

Commit 17d0469

Browse files
committed
Set base image version t0 7.6.0
As used by other radar-base components. Includes addition to documentation.
1 parent d39956c commit 17d0469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kafka-connect-fitbit-source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY ./kafka-connect-fitbit-source/src/ /code/kafka-connect-fitbit-source/src
3232

3333
RUN gradle jar
3434

35-
FROM confluentinc/cp-kafka-connect-base:7.5.0
35+
FROM confluentinc/cp-kafka-connect-base:7.6.0
3636

3737
USER root
3838

kafka-connect-oura-source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY ./oura-library/src/ /code/oura-library/src
3232

3333
RUN gradle jar
3434

35-
FROM confluentinc/cp-kafka-connect-base:7.5.0
35+
FROM confluentinc/cp-kafka-connect-base:7.6.0
3636

3737
USER root
3838

0 commit comments

Comments
 (0)