Skip to content

Commit a7703b2

Browse files
committed
update docker file
1 parent b7cc542 commit a7703b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
55
MAINTAINER SourceLab.org <[email protected]>
66

77
## Define what version of Kafka Webview to build the image using.
8-
ENV WEBVIEW_VER="2.7.0" \
9-
WEBVIEW_SHA1="f1576a1898d82aa0d17e41c35bec9bee3e2939d8" \
8+
ENV WEBVIEW_VER="2.8.0" \
9+
WEBVIEW_SHA1="435bb872b46093d1e4edc09370438146d0c774ae" \
1010
WEBVIEW_HOME="/app"
1111

1212
# Create app and data directories

0 commit comments

Comments
 (0)