summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-08-15 03:52:45 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-15 03:52:45 +0000
commiteb7530e6103102a4b6af4fa8551025e088a116e6 (patch)
tree2697d6bd3925329ce8f3ea8e78d78d2c4c0d82e9
parent7bf04842d946df9858fc49eac859c063600a8619 (diff)
parentadf0a50f242f1ed7f168dedcb3d2d27bcc63211e (diff)
Merge "Updated the Version of PG Client"
-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