From c39ab63846e6ea951407957d3b406bd9f8a30f13 Mon Sep 17 00:00:00 2001 From: xxm1995 Date: Thu, 13 Jul 2023 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?build=20=E6=9B=B4=E6=94=B9java8=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E9=95=9C=E5=83=8F?= 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 1e0c7008..c6dbe28c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # java8基础镜像 -FROM openjdk:8-jre +FROM registry.cn-beijing.aliyuncs.com/xxm1995/java8 # 作者信息 MAINTAINER xxm1995@outlook.com