diff options
Diffstat (limited to 'engine-d-standalone/src/main/assembly/Dockerfile')
-rw-r--r-- | engine-d-standalone/src/main/assembly/Dockerfile | 2 |
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 accf460..27dff2b 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.5-r0 \ + && apk add --no-cache postgresql-client=10.7-r0 \ && apk add --no-cache nss #switch the user to holmes |