Skip to content

Commit

Permalink
Merge pull request #2 from segence-docker/bugfix/version
Browse files Browse the repository at this point in the history
Driver version fix
  • Loading branch information
robvadai authored Sep 24, 2024
2 parents 350a28d + 97362c6 commit 46101ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM confluentinc/cp-kafka-connect-base:7.7.1

ARG JDBC_PLUGIN_VERSION=10.7.12
ARG MYSQL_JDBC_VERSION=8.0.33
ARG MYSQL_JDBC_VERSION=8.0.30

RUN confluent-hub install confluentinc/kafka-connect-jdbc:${JDBC_PLUGIN_VERSION} --no-prompt && \
wget --progress=dot:giga https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_JDBC_VERSION}/mysql-connector-java-${MYSQL_JDBC_VERSION}.jar -O /usr/share/confluent-hub-components/confluentinc-kafka-connect-jdbc/lib/mysql-connector-java-${MYSQL_JDBC_VERSION}.jar

0 comments on commit 46101ad

Please sign in to comment.