From 4a985b20ca4f4a6155df03bbfb7305651fc59986 Mon Sep 17 00:00:00 2001 From: jasder duan Date: Thu, 13 Oct 2022 14:32:20 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E6=9B=B4=E6=94=B9tomcat=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7d6fe3..b8622a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #添加docker镜像 -FROM tomcat +FROM tomcat:8.5.83-jdk8-temurin-focal #添加作者信息 MAINTAINER moshenglv@163.com