Skip to content

Commit

Permalink
[UPDATE] 更新 Maven 版本号
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Yeh <[email protected]>
  • Loading branch information
alan-yeh committed Oct 20, 2024
1 parent 827434a commit 3eac66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### 支持的版本号
&emsp;&emsp;本镜像支持以下 Maven 版本号:

- Maven 3: `3`, `3.9.6`
- Maven 3: `3`, `3.9.9`, `3.9.6`

&emsp;&emsp;本镜像支持以下 OpenJDK [[链接](https://hub.docker.com/r/centralx/openjdk)]版本号:

Expand Down
2 changes: 1 addition & 1 deletion maven/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ target "maven" {
maven = [
{
major = "3"
code = "3.9.6"
code = "3.9.9"
}
]
openjdk = ["8", "11", "17", "21"]
Expand Down

0 comments on commit 3eac66b

Please sign in to comment.