Skip to content

Commit 03726d1

Browse files
author
Paolo Lim
authored
Upgrade Dockerfile to base image 0.0.87 and pg10 (#6)
1 parent 2c06d47 commit 03726d1

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.71
1+
FROM flowdocker/postgresql:0.0.87
22

33
ADD . /opt/schema
44
WORKDIR /opt/schema
@@ -11,4 +11,4 @@ RUN echo "service postgresql stop" >> /opt/run.sh
1111
RUN sh /opt/run.sh
1212

1313
USER "postgres"
14-
CMD ["/usr/lib/postgresql/9.6/bin/postgres", "-i", "-D", "/var/lib/postgresql/9.6/main"]
14+
CMD ["/usr/lib/postgresql/10/bin/postgres", "-i", "-D", "/var/lib/postgresql/10/main"]

0 commit comments

Comments
 (0)