summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-04-25 11:23:56 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-04-25 11:23:56 +0800
commit4c2200249065bb1291b476a9936028029626a8f1 (patch)
treeee46578fd0f96e0c9f449441793a6b95debb0124
parente19a1115bb056b002b42c7b15afa0226877c7f46 (diff)
Fixed the docker build problem
Change-Id: I90678be9853e00200664f24b85c6289f72576b22 Issue-ID: HOLMES-218 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt-standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile
index b09c8e7..7119a57 100644
--- a/rulemgt-standalone/src/main/assembly/Dockerfile
+++ b/rulemgt-standalone/src/main/assembly/Dockerfile
@@ -22,7 +22,7 @@ RUN { \
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
-ENV JAVA_ALPINE_VERSION 8.201.08-r0
+ENV JAVA_ALPINE_VERSION 8.201.08-r1
RUN set -x \
&& apk add --no-cache \