summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-08-15 11:13:51 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-08-15 11:13:51 +0800
commitadf0a50f242f1ed7f168dedcb3d2d27bcc63211e (patch)
treed9cb7028f9fa9ac28e192bc3d6167a9396f803b3
parentec167ee93280746d764559031b8f3b5d1bced15d (diff)
Updated the Version of PG Client
Change-Id: Iddf4df3c91d78f59ae73ed8c430afccead410da3 Issue-ID: HOLMES-157 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 03265a6..46c79c8 100644
--- a/rulemgt-standalone/src/main/assembly/Dockerfile
+++ b/rulemgt-standalone/src/main/assembly/Dockerfile
@@ -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