We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471400 commit 7a81977Copy full SHA for 7a81977
Dockerfile
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
5
MAINTAINER SourceLab.org <[email protected]>
6
7
## Define what version of Kafka Webview to build the image using.
8
-ENV WEBVIEW_VER="2.5.1" \
9
- WEBVIEW_SHA1="f36027aa489ae08975b84882641e3fcd6f8102f6" \
+ENV WEBVIEW_VER="2.6.0" \
+ WEBVIEW_SHA1="de29d3873ff836ed3be05b393bae788acc8bdf02" \
10
WEBVIEW_HOME="/app"
11
12
# Create app and data directories
0 commit comments