From 0b8be8b5a2e09f167e0cd4597790ff7741d5b00c Mon Sep 17 00:00:00 2001 From: Sherman <11738115+sherman8@user.noreply.gitee.com> Date: Mon, 10 Oct 2022 03:15:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=8C=85=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=9Amanifest=20for=20java:8=20not=20foun?= =?UTF-8?q?d=20:=20manifest=20unkown:=20manifest=20unknown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sherman <11738115+sherman8@user.noreply.gitee.com> --- Dockerfile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.local b/Dockerfile.local index 679ce47d..b5039365 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM java:8 +FROM openjdk:8 MAINTAINER tanghc EXPOSE 7700 -- Gitee