We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d69d5 commit 36cda76Copy full SHA for 36cda76
internal/test/e2e/kafka-go/Dockerfile
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
12
--mount=type=cache,target=/go/pkg \
13
CGO_ENABLED=0 go build -v -o /usr/local/bin/app .
14
15
-FROM bitnami/kafka:latest@sha256:e46b36c5082a02dabee0118e70a11b6a5811ab8aaef6994942f11d053341949a
+FROM bitnami/kafka:latest@sha256:7c91967e7a76eacbc823f951f4c3826ddfd8188ed3cfc99fc9b2fe0d5e89e75b
16
17
USER root
18
ENV KAFKA_CFG_PROCESS_ROLES=controller,broker
0 commit comments