Skip to content

Commit

Permalink
update kafka connector to 1.2.0 (#35)
Browse files Browse the repository at this point in the history
This PR updates the terafoundation_kafka_connector from v1.0.0 to v1.2.0

- Uses node-rdkafka v3.2.0 which in turn uses librdkafka v2.6.0
  • Loading branch information
busma13 authored Nov 26, 2024
1 parent 6e1ff70 commit eb00b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN npm init --yes &> /dev/null \
--build \
--no-package-lock \
--no-optional \
'terafoundation_kafka_connector@~1.0.0' \
'terafoundation_kafka_connector@~1.2.0' \
&& npm cache clean --force

RUN apk del .build-deps
Expand All @@ -78,7 +78,7 @@ LABEL org.opencontainers.image.created="$BUILD_TIMESTAMP" \
org.opencontainers.image.title="Node-base" \
org.opencontainers.image.vendor="Terascope" \
io.terascope.image.node_version="$NODE_VERSION" \
io.terascope.image.kafka_connector_version="1.0.0"
io.terascope.image.kafka_connector_version="1.2.0"

# Use tini to handle sigterm and zombie processes
ENTRYPOINT ["/sbin/tini", "--"]

0 comments on commit eb00b7a

Please sign in to comment.