build: try to build with jdk instead of jre.

This commit is contained in:
liqiang-fit2cloud 2022-10-12 16:30:20 +08:00
parent cabd1756c9
commit d95efb97f7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.cn-qingdao.aliyuncs.com/metersphere/alpine-openjdk11-jre
FROM registry.cn-qingdao.aliyuncs.com/metersphere/alpine-openjdk11
LABEL maintainer="FIT2CLOUD <support@fit2cloud.com>"