summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-05-16 14:04:27 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-05-16 14:04:27 +0800
commit08d518a52053b69b2325ae7b9b926520fddb9b9a (patch)
tree356c813079fe7921cc49b224aa3978296a32b52d
parent5e13a9ae6ec1d144841aa6868915386fa468cf1f (diff)
Updated the version of PG-Client
Change-Id: I05c73ff96de17ca9580b6c5fe9ff9f8363041aab Issue-ID: HOLMES-226 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--engine-d-standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile
index 0201b9a..aab6396 100644
--- a/engine-d-standalone/src/main/assembly/Dockerfile
+++ b/engine-d-standalone/src/main/assembly/Dockerfile
@@ -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.7-r0 \
+ && apk add --no-cache postgresql-client=10.8-r0 \
&& apk add --no-cache nss
#switch the user to holmes