Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Sep 25, 2020
1 parent 696fd95 commit 0b5a5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
MAINTAINER SourceLab.org <stephen.powis@gmail.com>

## Define what version of Kafka Webview to build the image using.
ENV WEBVIEW_VER="2.6.0" \
WEBVIEW_SHA1="de29d3873ff836ed3be05b393bae788acc8bdf02" \
ENV WEBVIEW_VER="2.7.0" \
WEBVIEW_SHA1="f1576a1898d82aa0d17e41c35bec9bee3e2939d8" \
WEBVIEW_HOME="/app"

# Create app and data directories
Expand Down

0 comments on commit 0b5a5dc

Please sign in to comment.