Skip to content

Commit

Permalink
Docker镜像升级至JDK21(解决JDK17镜像cgroupinfo相关问题)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Feb 6, 2025
1 parent 5b72dc6 commit b8c5b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xxl-job-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:17-jdk-slim
FROM openjdk:21-jdk-slim
#FROM openjdk:17-jdk-slim

MAINTAINER xuxueli

Expand Down

0 comments on commit b8c5b5a

Please sign in to comment.