diff --git a/Makefile b/Makefile index 05bea5e27..d9a6735d7 100644 --- a/Makefile +++ b/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] diff --git a/make/docker-compose.clair.yml b/make/docker-compose.clair.yml index be62e17a5..0635542f5 100644 --- a/make/docker-compose.clair.yml +++ b/make/docker-compose.clair.yml @@ -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