We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dab15 commit e10b494Copy full SHA for e10b494
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM flowdocker/postgresql:0.0.45
+FROM flowdocker/postgresql:0.0.48
2
3
ADD . /opt/schema
4
WORKDIR /opt/schema
@@ -10,4 +10,4 @@ RUN echo "sh /opt/schema/install.sh" >> /opt/run.sh
10
RUN sh /opt/run.sh
11
12
USER "postgres"
13
-CMD ["/usr/lib/postgresql/9.4/bin/postgres", "-i", "-D", "/var/lib/postgresql/9.4/main"]
+CMD ["/usr/lib/postgresql/9.5/bin/postgres", "-i", "-D", "/var/lib/postgresql/9.5/main"]
0 commit comments