Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump confluentinc/cp-kafka-connect-base from 7.5.1 to 7.5.3 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): Bump confluentinc/cp-kafka-connect-base from 7.5.1 to 7.5.3
Bumps confluentinc/cp-kafka-connect-base from 7.5.1 to 7.5.3.

---
updated-dependencies:
- dependency-name: confluentinc/cp-kafka-connect-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 28, 2023
commit b24e313e24e609df03b572d2f89c3b9ed4a4b268
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka-connect-base:7.5.1
FROM confluentinc/cp-kafka-connect-base:7.5.3

ENV CLICKHOUSE_CONNECTOR_VERSION=v1.0.1
RUN wget -q -O /tmp/clickhouse-kafka-connect.zip https://github.com/ClickHouse/clickhouse-kafka-connect/releases/download/${CLICKHOUSE_CONNECTOR_VERSION}/clickhouse-kafka-connect-${CLICKHOUSE_CONNECTOR_VERSION}.zip