Skip to content

Commit

Permalink
Update confluentinc/cp-kafka-connect-base Docker tag to v7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent d5db722 commit c1b2e50
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.6.0
FROM confluentinc/cp-kafka-connect-base:7.6.2
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 c1b2e50

Please sign in to comment.