We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 206aa9b + 8e2e254 commit bd0a5f1Copy full SHA for bd0a5f1
1 file changed
rootfs/Dockerfile.test
@@ -49,7 +49,7 @@ RUN buildDeps='gcc libffi-dev libpq-dev libldap2-dev libsasl2-dev python3-dev py
49
WORKDIR /app
50
51
# test-unit additions to the main Dockerfile
52
-ENV PGBIN=/usr/lib/postgresql/9.5/bin PGDATA=/var/lib/postgresql/data
+ENV PGBIN=/usr/lib/postgresql/10/bin PGDATA=/var/lib/postgresql/data
53
RUN apt-get update && \
54
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
55
git \
0 commit comments