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 d8352ef commit 242e3a1Copy full SHA for 242e3a1
Dockerfile
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
5
MAINTAINER SourceLab.org <stephen.powis@gmail.com>
6
7
## Define what version of Kafka Webview to build the image using.
8
-ENV WEBVIEW_VER="1.0.5" \
9
- WEBVIEW_SHA1="837e1ea4a91aeb44d65201311aa607ecf3347556" \
+ENV WEBVIEW_VER="2.0.0" \
+ WEBVIEW_SHA1="f94015afdb0043a350a590b163f1fa79b5026aad" \
10
WEBVIEW_HOME="/app"
11
12
# Create app and data directories
0 commit comments