We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66f6ca commit 2e90ac8Copy full SHA for 2e90ac8
deploy/docker/observability-be.dockerfile
@@ -32,7 +32,7 @@ RUN python3 -O -m pip install --no-deps /tmp/dk --prefix=/dk
32
33
FROM ${BASE_IMAGE_URL}python:3.12.11-alpine3.22 AS runtime-image
34
35
-RUN apk update && apk upgrade && apk add --no-cache librdkafka=2.4.0-r0
+RUN apk update && apk upgrade && apk add --no-cache librdkafka=2.10.0-r0
36
37
# Grab the pre-built app from the build-image. This way we don't have
38
# excess laying around in the final image.
0 commit comments