diff --git a/Dockerfile b/Dockerfile index 5972aa1..60505e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index db8c7ab..0c7160f 100644 --- a/README.md +++ b/README.md @@ -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)