diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-04-25 11:23:56 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-04-25 11:23:56 +0800 |
commit | 4c2200249065bb1291b476a9936028029626a8f1 (patch) | |
tree | ee46578fd0f96e0c9f449441793a6b95debb0124 /rulemgt-standalone/src/main | |
parent | e19a1115bb056b002b42c7b15afa0226877c7f46 (diff) |
Fixed the docker build problem
Change-Id: I90678be9853e00200664f24b85c6289f72576b22
Issue-ID: HOLMES-218
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/Dockerfile | 2 |
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 \ |