From: GuangrongFu Date: Thu, 16 May 2019 06:03:51 +0000 (+0800) Subject: Updated the version of PG-Client X-Git-Tag: 1.2.7~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=151a98c48ef05a0dadd694c08f38e3d0e91ef809 Updated the version of PG-Client Change-Id: Id0e19382c105e6f48e81cc0907083ef274b31486 Issue-ID: HOLMES-226 Signed-off-by: GuangrongFu --- diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index 84c75ad..906fc30 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.7-r0 \ + && apk add --no-cache postgresql-client=10.8-r0 \ && apk add --no-cache nss