mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 07:42:47 +00:00
Update postgresql to 9.6.4 (#3093)
This commit is contained in:
parent
8a1b10ad7e
commit
549ad02ac7
2
Makefile
2
Makefile
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user