Skip to content

Commit

Permalink
update JDK 8, 11, 17, 20 to the latest version and base alpine image …
Browse files Browse the repository at this point in the history
…to 3.18.3
  • Loading branch information
alapierre committed Aug 21, 2023
1 parent d783b57 commit 88ab490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
13 changes: 5 additions & 8 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
IMAGE_NAME=lapierre/java-alpine
DOCKER_PLATFORMS=linux/arm64/v8,linux/amd64
ALPINE_VERSION=3.18.2
ALPINE_VERSION=3.18.3
IMAGE_POSTFIX=
JAVA_8_VERSION=8.372.07-r1
JAVA_11_VERSION=11.0.19_p7-r1
JAVA_14_VERSION=14.0.2_p12-r4
JAVA_15_VERSION=15.0.8_p4-r2
JAVA_16_VERSION=16.0.2_p7-r4
JAVA_17_VERSION=17.0.7_p7-r2
JAVA_20_VERSION=20.0.1_p9-r0
JAVA_8_VERSION=8.372.07-r6
JAVA_11_VERSION=11.0.20_p8-r2
JAVA_17_VERSION=17.0.8_p7-r2
JAVA_20_VERSION=20.0.2_p9-r0
9 changes: 0 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
- name: Run Buildx JDK 11
run: |
(cd jdk-11 && make build github)
- name: Run Buildx JDK 14
run: |
(cd jdk-14 && make build github)
- name: Run Buildx JDK 15
run: |
(cd jdk-15 && make build github)
- name: Run Buildx JDK 16
run: |
(cd jdk-16 && make build github)
- name: Run Buildx JDK 17
run: |
(cd jdk-17 && make build github)
Expand Down

0 comments on commit 88ab490

Please sign in to comment.