Skip to content

Commit 2e90ac8

Browse files
committed
fix: upgrade missed librdkakfa version in image
1 parent f66f6ca commit 2e90ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/observability-be.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN python3 -O -m pip install --no-deps /tmp/dk --prefix=/dk
3232

3333
FROM ${BASE_IMAGE_URL}python:3.12.11-alpine3.22 AS runtime-image
3434

35-
RUN apk update && apk upgrade && apk add --no-cache librdkafka=2.4.0-r0
35+
RUN apk update && apk upgrade && apk add --no-cache librdkafka=2.10.0-r0
3636

3737
# Grab the pre-built app from the build-image. This way we don't have
3838
# excess laying around in the final image.

0 commit comments

Comments
 (0)