From b02cb6522c71a9255ec64a78a9dc17d17ff62513 Mon Sep 17 00:00:00 2001 From: lbw Date: Sat, 27 May 2023 10:15:13 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20Work=20about=20Docker.=20close=20#I78?= =?UTF-8?q?RGA=20sca=E5=88=86=E6=94=AF=E7=9A=84Mysql=20=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B00.33=E7=9A=84docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/Dockerfile b/db/Dockerfile index f94988ea..40194538 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -1,4 +1,4 @@ -FROM mysql/mysql-server:8.0.33 +FROM mysql/mysql-server:8.0.32 MAINTAINER lengleng(wangiegie@gmail.com)