Skip to content

Commit

Permalink
Bump Debian Bullseye Linux Version to 20230725 (jenkinsci#1673)
Browse files Browse the repository at this point in the history
* chore: Updated to content "" in file "docker-bake.hcl"

Made with ❤️️ by updatecli

* chore: changed lines [2] of file "/tmp/updatecli/github/jenkinsci/doc...

... ker/17/debian/bullseye-slim/hotspot/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [2] of file "/tmp/updatecli/github/jenkinsci/doc...

... ker/11/debian/bullseye-slim/hotspot/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [2] of file "/tmp/updatecli/github/jenkinsci/doc...

... ker/17/debian/bullseye/hotspot/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [2] of file "/tmp/updatecli/github/jenkinsci/doc...

... ker/11/debian/bullseye/hotspot/Dockerfile"

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 31, 2023
1 parent 91813d0 commit 713f5dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 11/debian/bullseye-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.19_7"
ARG BULLSEYE_TAG=20230703
ARG BULLSEYE_TAG=20230725
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bullseye/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.19_7"
ARG BULLSEYE_TAG=20230703
ARG BULLSEYE_TAG=20230725
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bullseye-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.7_7"
ARG BULLSEYE_TAG=20230703
ARG BULLSEYE_TAG=20230725
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bullseye/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.7_7"
ARG BULLSEYE_TAG=20230703
ARG BULLSEYE_TAG=20230725
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

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

variable "BULLSEYE_TAG" {
default = "20230703"
default = "20230725"
}

# ---- user-defined functions ----
Expand Down

0 comments on commit 713f5dc

Please sign in to comment.