summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-05-07 19:49:22 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-05-07 19:49:22 +0800
commit9ac90a2ce079b27a83ca7d33da7fee70c402fe4a (patch)
tree903443afa43f2d38c936b2d1d39d713434068dc3
parentbfc487deda35457cf20cbd08edc6d774f0c56bc2 (diff)
Updated the version of openjdk81.2.6
Change-Id: Iacaded597122df66b3f7be985e8b8beede8be70e Issue-ID: HOLMES-219 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 7119a57..84c75ad 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-r1
+ENV JAVA_ALPINE_VERSION 8.212.04-r0
RUN set -x \
&& apk add --no-cache \