Skip to content

Commit c17a42e

Browse files
committed
bumped to LIBRDKAFKA VER "2.5.3"
1 parent 4b1140c commit c17a42e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

06_uns_kafka/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV UNS_MODULE="06_uns_kafka"\
3535
PYTHONDONTWRITEBYTECODE=1 \
3636
POETRY_VIRTUALENVS_IN_PROJECT=true \
3737
POETRY_NO_INTERACTION=1 \
38-
LIBRDKAFKA_VER="2.5.0"
38+
LIBRDKAFKA_VER="2.5.3"
3939

4040
LABEL org.opencontainers.image.source=https://github.com/mkashwin/unifiednamespace/tree/main/06_uns_kafka
4141
LABEL org.opencontainers.image.description="Listens to the UNS namespace, converts UNS topic to Kafka topic and publishes the message to Kafka"

07_uns_graphql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV UNS_MODULE="07_uns_graphql"\
3535
PYTHONDONTWRITEBYTECODE=1 \
3636
POETRY_VIRTUALENVS_IN_PROJECT=true \
3737
POETRY_NO_INTERACTION=1 \
38-
LIBRDKAFKA_VER="2.5.0"
38+
LIBRDKAFKA_VER="2.5.3"
3939

4040
LABEL org.opencontainers.image.source=https://github.com/mkashwin/unifiednamespace/tree/main/07_uns_graphql
4141
LABEL org.opencontainers.image.description="Provide GraphQL capabilities for the UNS across all data sources"

0 commit comments

Comments
 (0)