Skip to content

Commit

Permalink
Merge pull request #374 from jenkinsci/updatecli_master_6c4048cdd93e1…
Browse files Browse the repository at this point in the history
…4efa20a546c382ac7904426124d2de704e33ead280679c267a3

Bump JDK17 version to 17.0.10_7
  • Loading branch information
dduportal authored Mar 22, 2024
2 parents 1af5d3b + ccd6a2b commit e6bf13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

ARG JAVA_VERSION=17.0.8.1_1
ARG JAVA_VERSION=17.0.10_7
ARG ALPINE_TAG=3.19.1
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION=17.0.8.1_1
ARG JAVA_VERSION=17.0.10_7
ARG DEBIAN_RELEASE=bookworm-20240311
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ variable "JAVA11_VERSION" {
}

variable "JAVA17_VERSION" {
default = "17.0.8.1_1"
default = "17.0.10_7"
}

variable "JAVA21_VERSION" {
Expand Down

0 comments on commit e6bf13f

Please sign in to comment.