mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
udpate DB image version
This commit is contained in:
parent
02df58b4b6
commit
b71584457f
2
Makefile
2
Makefile
@ -92,7 +92,7 @@ NEWCLARITYVERSION=
|
||||
#clair parameters
|
||||
CLAIRVERSION=v2.0.0
|
||||
CLAIRFLAG=false
|
||||
CLAIRDBVERSION=latest
|
||||
CLAIRDBVERSION=9.6.3
|
||||
|
||||
#clarity parameters
|
||||
CLARITYIMAGE=vmware/harbor-clarity-ui-builder[:tag]
|
||||
|
@ -14,7 +14,7 @@ services:
|
||||
aliases:
|
||||
- postgres
|
||||
container_name: clair-db
|
||||
image: postgres:latest
|
||||
image: postgres:9.6.3
|
||||
restart: always
|
||||
depends_on:
|
||||
- log
|
||||
|
Loading…
Reference in New Issue
Block a user