Skip to content

Commit

Permalink
update JDK8, JDK11, JDK17, JDK21 and alpine base image to eliminate s…
Browse files Browse the repository at this point in the history
…ecurity vulnerabilities
  • Loading branch information
alapierre committed Oct 28, 2023
1 parent 1f1dfcd commit b24f1dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
IMAGE_NAME=lapierre/java-alpine
DOCKER_PLATFORMS=linux/arm64/v8,linux/amd64
ALPINE_VERSION=3.18.3
ALPINE_VERSION=3.18.4
IMAGE_POSTFIX=
JAVA_8_VERSION=8.372.07-r6
JAVA_11_VERSION=11.0.20_p8-r2
JAVA_17_VERSION=17.0.8_p7-r2
JAVA_8_VERSION=8.382.05-r2
JAVA_11_VERSION=11.0.21_p9-r0
JAVA_17_VERSION=17.0.9_p8-r0
JAVA_20_VERSION=20.0.2_p9-r0
JAVA_21_VERSION=21.0.0_p35-r0
JAVA_21_VERSION=21.0.1_p12-r0

0 comments on commit b24f1dd

Please sign in to comment.