[feat:11]更新为11.0.11_9版本

This commit is contained in:
2021-07-20 12:09:23 +08:00
parent 1a958a1ace
commit f0bc144f8f
2 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
# 设置当前应用名称及版本
ARG app_name=openjdk
ARG app_version=11.0.8
ARG app_subver=10
ARG app_version=11.0.11
ARG app_subver=9
# 设置默认仓库地址,默认为 阿里云 仓库
ARG registry_url="registry.cn-shenzhen.aliyuncs.com"
+10 -2
View File
@@ -8,8 +8,8 @@
**JDK 版本信息:**
- 11.0.8_10、latest
- 8u262
- 11、latest
- 8
**镜像信息:**
@@ -36,6 +36,14 @@ $ docker run -it --rm colovu/openjdk javac --version
## 更新记录
- 2021/7/20:
+ 11: 更新应用版本为 11.0.11_9
+ 8: 更新应用版本为 8u292b10
----
本文原始来源 [Endial Fang](https://github.com/colovu) @ [Github.com](https://github.com)