Updated the Version of PG Client 53/60653/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 15 Aug 2018 03:13:51 +0000 (11:13 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 15 Aug 2018 03:13:51 +0000 (11:13 +0800)
Change-Id: Iddf4df3c91d78f59ae73ed8c430afccead410da3
Issue-ID: HOLMES-157
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt-standalone/src/main/assembly/Dockerfile

index 03265a6..46c79c8 100644 (file)
@@ -33,7 +33,7 @@ RUN set -x \
 RUN apk upgrade \
     && apk update \
     && apk add --no-cache curl \
-    && apk add --no-cache postgresql-client=10.4-r0
+    && apk add --no-cache postgresql-client=10.5-r0
 
 #add the frontend pacakge to the docker images
 RUN rm /etc/nginx/conf.d/default.conf