Skip to content

Commit 242e3a1

Browse files
committed
update dockerfile
1 parent d8352ef commit 242e3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
55
MAINTAINER SourceLab.org <stephen.powis@gmail.com>
66

77
## Define what version of Kafka Webview to build the image using.
8-
ENV WEBVIEW_VER="1.0.5" \
9-
WEBVIEW_SHA1="837e1ea4a91aeb44d65201311aa607ecf3347556" \
8+
ENV WEBVIEW_VER="2.0.0" \
9+
WEBVIEW_SHA1="f94015afdb0043a350a590b163f1fa79b5026aad" \
1010
WEBVIEW_HOME="/app"
1111

1212
# Create app and data directories

0 commit comments

Comments
 (0)