Skip to content

Commit

Permalink
Use JDK 11.0.20_8, not 11.0.19_7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 31, 2023
1 parent 542f538 commit a6d5e65
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 11/almalinux/almalinux8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:11.0.19_7-jdk-centos7 as jre-build
FROM eclipse-temurin:11.0.20_8-jdk-centos7 as jre-build

# Generate smaller java runtime without unneeded files
# for now we include the full module path to maintain compatibility
Expand Down
2 changes: 1 addition & 1 deletion 11/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.19_7"
ARG JAVA_VERSION="11.0.20_8"
ARG ALPINE_TAG=3.18.0
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bullseye-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.19_7"
ARG JAVA_VERSION="11.0.20_8"
ARG BULLSEYE_TAG=20230725
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bullseye/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.19_7"
ARG JAVA_VERSION="11.0.20_8"
ARG BULLSEYE_TAG=20230725
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/windows/windowsservercore-2019/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
FROM eclipse-temurin:11.0.19_7-jdk-windowsservercore-1809
FROM eclipse-temurin:11.0.20_8-jdk-windowsservercore-1809
# hadolint shell=powershell

ARG user=jenkins
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "JAVA11_VERSION" {
default = "11.0.19_7"
default = "11.0.20_8"
}

variable "JAVA17_VERSION" {
Expand Down

0 comments on commit a6d5e65

Please sign in to comment.