Updated the Version of PG Client
[holmes/engine-management.git] / engine-d-standalone / src / main / assembly / Dockerfile
index b5f1c2d..c439dae 100644 (file)
@@ -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.4-r0
+    && apk add --no-cache postgresql-client=10.5-r0
 
 #install ActiveMQ
 RUN mkdir /home/downloads