Skip to content

Commit

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

Bump JDK17 version to 17.0.12_7
  • Loading branch information
dduportal authored Jul 26, 2024
2 parents 3d52e43 + 2e0161f commit 7007235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.11_9
ARG JAVA_VERSION=17.0.12_7
ARG ALPINE_TAG=3.20.2
FROM alpine:"${ALPINE_TAG}" AS jre-build

Expand All @@ -33,7 +33,7 @@ ARG TARGETPLATFORM
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
COPY jdk-download.sh /usr/bin/local/jdk-download.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 debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG TARGETPLATFORM
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
COPY jdk-download.sh /usr/bin/local/jdk-download.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 @@ -69,7 +69,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 7007235

Please sign in to comment.