Skip to content

Commit

Permalink
Bump JDK17 version to 17.0.13_11 (#899)
Browse files Browse the repository at this point in the history
* chore: Bump JDK17 version for Linux images in the docker-bake.hcl file

Made with ❤️️ by updatecli

* 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

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent aca2808 commit acd8c5a
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 @@ -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.12_7
ARG JAVA_VERSION=17.0.13_11
# hadolint ignore=DL3018
RUN apk add --no-cache \
ca-certificates \
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.12_7
ARG JAVA_VERSION=17.0.13_11
# 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 @@ -75,7 +75,7 @@ variable "default_jdk" {
}

variable "JAVA17_VERSION" {
default = "17.0.12_7"
default = "17.0.13_11"
}

variable "JAVA21_VERSION" {
Expand Down

0 comments on commit acd8c5a

Please sign in to comment.