Commit 4cd32054 by 文帅营

ci: 把项目需要的java版本写到docker中

1 parent d48deae5
# 基础镜像:Eclipse Temurin JRE 21 (Ubuntu 22.04 jammy)
FROM ${BASE_IMAGES_NAME}
FROM eclipse-temurin:21-jre-jammy
LABEL maintainer="yuanjin@vion-tech.com"
ENV DEBIAN_FRONTEND=noninteractive
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!