From 151a98c48ef05a0dadd694c08f38e3d0e91ef809 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Thu, 16 May 2019 14:03:51 +0800 Subject: [PATCH] Updated the version of PG-Client Change-Id: Id0e19382c105e6f48e81cc0907083ef274b31486 Issue-ID: HOLMES-226 Signed-off-by: GuangrongFu --- rulemgt-standalone/src/main/assembly/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6