summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-10-15 16:04:32 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-10-15 16:04:32 +0800
commit990d3955580d32ef03f0dc7e16546168430990de (patch)
treec386d9a655495b7108cef17c662d7f6519532aef
parent13112fab36aff873ee8754033d5b94054eba44f0 (diff)
Fixed the Docker Build Failure
Change-Id: I720e8af18d4bde3a664d7c2583d33fa9d90c7703 Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--engine-d-standalone/src/main/assembly/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile
index f19c66f..322bcf5 100644
--- a/engine-d-standalone/src/main/assembly/Dockerfile
+++ b/engine-d-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.222.10-r1
+ENV JAVA_ALPINE_VERSION 8.222.10-r0
RUN set -x \
&& apk add --no-cache \
@@ -34,7 +34,7 @@ RUN apk upgrade \
&& apk update \
&& apk add --no-cache curl \
&& apk add --no-cache wget \
- && apk add --no-cache postgresql-client=12.0-r0 \
+ && apk add --no-cache postgresql-client=11.5-r0 \
&& apk add --no-cache nss
#switch the user to holmes