diff --git a/Makefile b/Makefile index e13249f6f..efd0c3394 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ NGINXVERSION=1.11.13 PHOTONVERSION=1.0 NOTARYVERSION=server-0.5.1 NOTARYSIGNERVERSION=signer-0.5.1 -MARIADBVERSION=10.2.8 +MARIADBVERSION=10.2.10 HTTPPROXY= REBUILDCLARITYFLAG=false NEWCLARITYVERSION= diff --git a/make/common/db/Dockerfile b/make/common/db/Dockerfile index 1f6024ec6..8d6a06f95 100644 --- a/make/common/db/Dockerfile +++ b/make/common/db/Dockerfile @@ -1,4 +1,4 @@ -FROM vmware/mariadb-photon:10.2.8 +FROM vmware/mariadb-photon:10.2.10 HEALTHCHECK CMD mysqladmin -uroot -p$MYSQL_ROOT_PASSWORD ping diff --git a/make/docker-compose.notary.yml b/make/docker-compose.notary.yml index 2999680df..00eb8d13b 100644 --- a/make/docker-compose.notary.yml +++ b/make/docker-compose.notary.yml @@ -45,7 +45,7 @@ services: syslog-address: "tcp://127.0.0.1:1514" tag: "notary-signer" notary-db: - image: vmware/mariadb-photon:10.2.8 + image: vmware/mariadb-photon:10.2.10 container_name: notary-db restart: always networks: