From: Guangrong Fu Date: Wed, 10 Apr 2019 00:35:12 +0000 (+0800) Subject: Updated the PG Client Version X-Git-Tag: 1.2.6~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F84766%2F1;p=holmes%2Frule-management.git Updated the PG Client Version Change-Id: I5bbceced1a74d1e97d5f40a5ff127fcba9c90c06 Issue-ID: HOLMES-214 Signed-off-by: GuangrongFu --- diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index 35d3a3b..b09c8e7 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.5-r0 \ + && apk add --no-cache postgresql-client=10.7-r0 \ && apk add --no-cache nss