Update postgresql to 9.6.4 (#3093)

This commit is contained in:
yixingjia 2017-08-21 03:16:57 -07:00 committed by Yan
parent 8a1b10ad7e
commit 549ad02ac7
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ NEWCLARITYVERSION=
#clair parameters
CLAIRVERSION=v2.0.1-photon
CLAIRFLAG=false
CLAIRDBVERSION=9.6.3-photon
CLAIRDBVERSION=9.6.4-photon
#clarity parameters
CLARITYIMAGE=vmware/harbor-clarity-ui-builder[:tag]

View File

@ -17,7 +17,7 @@ services:
aliases:
- postgres
container_name: clair-db
image: vmware/postgresql:9.6.3-photon
image: vmware/postgresql:9.6.4-photon
restart: always
depends_on:
- log