diff --git a/make/common/db/Dockerfile b/make/common/db/Dockerfile
index c8555675a85276c5bf5f09ce5193b62e4655aada..e8eeb019c8c6af55bfd7a1d7f8285efb743639bf 100644
--- a/make/common/db/Dockerfile
+++ b/make/common/db/Dockerfile
@@ -1,8 +1,8 @@
-FROM mysql:5.6
+FROM mysql:5.6.35
 
 WORKDIR /tmp
 
-ADD registry.sql r.sql 
+ADD registry.sql r.sql
 
 ADD docker-entrypoint.sh /entrypoint.sh
-RUN chmod u+x /entrypoint.sh 
+RUN chmod u+x /entrypoint.sh