feat:更新dockerfile文件

This commit is contained in:
2025-09-15 23:00:28 +08:00
parent 7ce83bb52f
commit b3a2844f5a
4 changed files with 154 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM docker-0.unsee.tech/openjdk:11-jdk-slim
FROM openjdk:17-jdk
ARG JAR_FILE=target/*.jar
COPY $JAR_FILE app.jar
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime