From edfa1d0bcc0e5c30b75fac86d7115615d9f7da2d Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Mon, 25 Mar 2024 18:28:36 +0800 Subject: [PATCH] =?UTF-8?q?build=20:=20=E4=BF=AE=E6=94=B9=E4=B8=BAzulu-Ope?= =?UTF-8?q?n=20jdk?= 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 c453a69..aa7adf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:11.0.10-jre +FROM azul/zulu-openjdk:11.0.22-jre VOLUME /tmp RUN useradd -b /home -m -s /bin/bash clay RUN chmod a+xr -R /home/clay && chown clay:clay -R /home/clay