From 20458f88d201da80f40480eea3972c280535df9f Mon Sep 17 00:00:00 2001 From: wy65701436 Date: Wed, 12 Apr 2017 03:47:23 -0700 Subject: [PATCH] fix mysql image to 5.6.35 --- make/common/db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/common/db/Dockerfile b/make/common/db/Dockerfile index c8555675a..ff1a3e850 100644 --- a/make/common/db/Dockerfile +++ b/make/common/db/Dockerfile @@ -1,4 +1,4 @@ -FROM mysql:5.6 +FROM mysql:5.6.35 WORKDIR /tmp