projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d76181
)
Upgrade auf Confluent Plattform 7.3.1
author
Kai Moritz
<kai@juplo.de>
Sun, 19 Feb 2023 21:41:36 +0000
(22:41 +0100)
committer
Kai Moritz
<kai@juplo.de>
Sun, 19 Feb 2023 21:43:06 +0000
(22:43 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
3461dfa
..
8e74fdd
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,4
@@
-ARG VERSION=7.
1.3
+ARG VERSION=7.
3.1
FROM confluentinc/cp-base-new:${VERSION}
@@
-59,7
+59,6
@@
RUN \
dnf install -y ca-certificates && \
echo "Installing usefull tools" && \
dnf install -y curl wget nc less httpie jq -y && \
- pip install httpie && \
echo "===> clean up ..." && \
dnf clean all && \
rm -rf /tmp/*