Skip to content

Commit

Permalink
Use Java 11.0.20.1_1, not 11.0.20_8
Browse files Browse the repository at this point in the history
Newer patch for Java 11.0.20, no reason to continue using the older
version of 11.0.20
  • Loading branch information
MarkEWaite committed Sep 18, 2023
1 parent 9258933 commit 1b1fd1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.20_8"
ARG JAVA_VERSION="11.0.20.1_1"
ARG ALPINE_TAG=3.18.3
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.20_8"
ARG JAVA_VERSION="11.0.20.1_1"
ARG BOOKWORM_TAG=20230904
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.20_8"
ARG JAVA_VERSION="11.0.20.1_1"
ARG BOOKWORM_TAG=20230904
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy 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.20_8-jdk-windowsservercore-1809
FROM eclipse-temurin:11.0.20.1_1-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 @@ -89,7 +89,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "JAVA11_VERSION" {
default = "11.0.20_8"
default = "11.0.20.1_1"
}

variable "JAVA17_VERSION" {
Expand Down

0 comments on commit 1b1fd1d

Please sign in to comment.