diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-15 14:31:36 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-15 14:31:36 +0800 |
commit | 13112fab36aff873ee8754033d5b94054eba44f0 (patch) | |
tree | a82cc87475542976b8a77a7e6b8b464d2b7e39ab /engine-d-standalone/src/main/assembly | |
parent | f70bd5686d358b2a64597379f42fcdf7d8e4296f (diff) |
Fixed Docker Build Failures
Change-Id: I6b91a886c6f77a7d9e7d13f6018750e5fe1c6282
Issue-ID: HOLMES-268
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly')
-rw-r--r-- | engine-d-standalone/src/main/assembly/Dockerfile | 4 |
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 aab6396..f19c66f 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.212.04-r0 +ENV JAVA_ALPINE_VERSION 8.222.10-r1 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=10.8-r0 \ + && apk add --no-cache postgresql-client=12.0-r0 \ && apk add --no-cache nss #switch the user to holmes |