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 030f669 commit 2886598Copy full SHA for 2886598
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.8.1" \
9
- WEBVIEW_SHA1="5f84adc3496fe53adaebb061a3e85b3cb6732e47" \
+ENV WEBVIEW_VER="2.8.2" \
+ WEBVIEW_SHA1="eff3487fe5efdd1dd18e5b96d28df650d1701b07" \
10
WEBVIEW_HOME="/app"
11
12
# Create app and data directories
0 commit comments