Skip to content

Commit

Permalink
Bump JDK17 version to 17.0.12_7 (#842)
Browse files Browse the repository at this point in the history
* chore: Bump JDK17 default ARG version on Debian Dockerfile

Made with ❤️️ by updatecli

* chore: Bump JDK17 default ARG version on Alpine Dockerfile

Made with ❤️️ by updatecli

* chore: Bump JDK17 version for Windows images in the build-windows.yam...

... l file

Made with ❤️️ by updatecli

* chore: Bump JDK17 version for Linux images in the docker-bake.hcl file

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 03bbacf commit 4d0f450
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG TARGETPLATFORM
COPY adoptium-get-jdk-link.sh /usr/bin/local/adoptium-get-jdk-link.sh
COPY adoptium-install-jdk.sh /usr/bin/local/adoptium-install-jdk.sh

ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# hadolint ignore=DL3018
RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile
args:
JAVA_HOME: "C:/openjdk-17"
JAVA_VERSION: 17.0.11+9
JAVA_VERSION: 17.0.12+7
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG TARGETPLATFORM
COPY adoptium-get-jdk-link.sh /usr/bin/local/adoptium-get-jdk-link.sh
COPY adoptium-install-jdk.sh /usr/bin/local/adoptium-install-jdk.sh

ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# hadolint ignore=DL3008
RUN set -x; apt-get update \
&& apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ variable "JAVA11_VERSION" {
}

variable "JAVA17_VERSION" {
default = "17.0.11_9"
default = "17.0.12_7"
}

variable "JAVA21_VERSION" {
Expand Down

0 comments on commit 4d0f450

Please sign in to comment.