Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 17, 2023
1 parent 741ad40 commit b31605b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-alpine
FROM python:3.8.3-alpine
USER root
RUN adduser -D kfkuser
RUN pip install strimzi-kafka-cli==0.1.0a69
USER kfkuser
RUN kfk --version
RUN kfk --version

0 comments on commit b31605b

Please sign in to comment.