Skip to content

Commit e10b494

Browse files
committed
Update Dockerfile (#2)
1 parent 19dab15 commit e10b494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM flowdocker/postgresql:0.0.45
1+
FROM flowdocker/postgresql:0.0.48
22

33
ADD . /opt/schema
44
WORKDIR /opt/schema
@@ -10,4 +10,4 @@ RUN echo "sh /opt/schema/install.sh" >> /opt/run.sh
1010
RUN sh /opt/run.sh
1111

1212
USER "postgres"
13-
CMD ["/usr/lib/postgresql/9.4/bin/postgres", "-i", "-D", "/var/lib/postgresql/9.4/main"]
13+
CMD ["/usr/lib/postgresql/9.5/bin/postgres", "-i", "-D", "/var/lib/postgresql/9.5/main"]

0 commit comments

Comments
 (0)