Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent 3d5f128 commit b165bc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.11.6-alpine
FROM python:3.12.2-alpine
USER root
RUN apk add --update \
curl \
&& rm -rf /var/cache/apk/*
RUN adduser -D kfkuser
RUN pip install strimzi-kafka-cli==0.1.0a76
USER kfkuser
Expand Down

0 comments on commit b165bc4

Please sign in to comment.