Skip to content

Commit

Permalink
Merge pull request #34 from jeanlouisboudart/renovate/confluentinc-cp…
Browse files Browse the repository at this point in the history
…-kafka-connect-base-7.x

Update confluentinc/cp-kafka-connect-base Docker tag to v7.6.0
  • Loading branch information
jeanlouisboudart authored Mar 12, 2024
2 parents 30dafb8 + 9dedff6 commit 6dde208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ COPY pom.xml pom.xml
COPY src src
RUN ["mvn", "install"]

FROM confluentinc/cp-kafka-connect-base:7.5.0
FROM confluentinc/cp-kafka-connect-base:7.6.0
RUN mkdir -p /usr/share/custom-connectors/my-external-service-sink
COPY --from=mavenBuild ./target/*.jar /usr/share/custom-connectors/my-external-service-sink/

0 comments on commit 6dde208

Please sign in to comment.