Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/components/pythonkafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile that will build a container that runs python
FROM python:3.11@sha256:3afa472a60099bc640f313807190b16e2cecfadfc8302d9c3fd67e7706db54e5
FROM python:3.11@sha256:9153baea63f0b65f8cc4f5b2d064162326e25892a8a89bc543e0475c90471211
EXPOSE 8080
RUN apt update
RUN pip install kafka-python
Expand Down
Loading