From 8ec1ec7472ff8ac868dba38c9fc6210f88c62dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=83=E5=B9=B4=E5=A4=8F?= <2098833867@qq.com> Date: Fri, 26 Apr 2024 00:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9docker=E7=9A=84java=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 8ee2dc3..28bd616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #制定java镜像的版本 -FROM java:17 +FROM openjdk:17 #声明作者 LABEL org.opencontainers.image.authors="Lolosia"