From: GuangrongFu Date: Thu, 16 May 2019 06:04:27 +0000 (+0800) Subject: Updated the version of PG-Client X-Git-Tag: 1.2.6~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=08d518a52053b69b2325ae7b9b926520fddb9b9a Updated the version of PG-Client Change-Id: I05c73ff96de17ca9580b6c5fe9ff9f8363041aab Issue-ID: HOLMES-226 Signed-off-by: GuangrongFu --- 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