Skip to content

Commit

Permalink
Bump alpine version to v3.13 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabitchov committed Feb 21, 2021
1 parent dc58023 commit d2a0129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Dockerfiles and build scripts for generating Docker Images based on various Adop

| Alpine | centos | clefos | debian | debianslim | leap | tumbleweed | ubi | ubi-minimal | ubuntu(*) |
|:------:|:------:|:------:|:------:|:------------:|:----:|:----------:|:---:|:-----------:|:------:|
| 3.12 | 7 | 7 | buster | buster-slim | 15.2 | latest | 8.2 | 8.2 | 20.04 |
| 3.13 | 7 | 7 | buster | buster-slim | 15.2 | latest | 8.2 | 8.2 | 20.04 |

Note: Hotspot is not supported on Ubuntu 20.04 for s390x arch.

Expand All @@ -30,7 +30,7 @@ AdoptOpenJDK Docker Images are available as both Official Images (Maintained by
- Windows Server Core (ltsc2016 and 1809): Release
* [Unofficial Images](https://hub.docker.com/u/adoptopenjdk) are maintained by AdoptOpenJDK and updated on a nightly basis. Supported OSes and their versions and type of images are as below.
- Linux
- Alpine (3.12): Release, Nightly and Slim
- Alpine (3.13): Release, Nightly and Slim
- CentOS (7): Release, Nightly and Slim
- ClefOS (7): Release, Nightly and Slim
- Debian (Buster): Release, Nightly and Slim
Expand Down
2 changes: 1 addition & 1 deletion dockerfile_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ EOI
# Print the supported Alpine OS
print_alpine_ver() {
cat >> "$1" <<-EOI
FROM alpine:3.12
FROM alpine:3.13
EOI
}
Expand Down

0 comments on commit d2a0129

Please sign in to comment.