Skip to content

Commit 00cc86a

Browse files
committed
Update dbserver to use postgres:9.6 instead of 9.6.6
1 parent 442ced8 commit 00cc86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databases/postgresql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG ODMDOCKERDIR
33
COPY $ODMDOCKERDIR/databases/postgresql/script/rundb.sh /usr/local/bin
44
RUN chmod a+x /usr/local/bin/rundb.sh
55

6-
FROM postgres:9.6.6
6+
FROM postgres:9.6
77

88
LABEL maintainer="Rachel ORTI <[email protected]>, ODMDev [email protected]"
99
MAINTAINER "Rachel ORTI <[email protected]>, ODMDev [email protected]"

0 commit comments

Comments
 (0)