summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--engine-d-standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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