Skip to content

Commit

Permalink
Bump Debian Bookworm Linux version to bookworm-20241016 (#896)
Browse files Browse the repository at this point in the history
* chore: Update the default value of the variable DEBIAN_RELEASE in the...

...  docker-bake.hcl

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the...

...  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 22, 2024
1 parent 6c4488b commit 3ffaeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG DEBIAN_RELEASE=bookworm-20240926
ARG DEBIAN_RELEASE=bookworm-20241016
FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
Expand Down
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "DEBIAN_RELEASE" {
default = "bookworm-20240926"
default = "bookworm-20241016"
}

variable "UBI9_TAG" {
Expand Down Expand Up @@ -153,7 +153,7 @@ function "is_default_jdk" {
function "javaversion" {
params = [jdk]
result = (equal(17, jdk)
? "${JAVA17_VERSION}"
? "${JAVA17_VERSION}"
: "${JAVA21_VERSION}")
}

Expand All @@ -170,7 +170,7 @@ function "alpine_platforms" {
function "debian_platforms" {
params = [jdk]
result = (equal(17, jdk)
? ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/arm/v7"]
? ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/arm/v7"]
: ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/s390x"])
}

Expand Down

0 comments on commit 3ffaeb4

Please sign in to comment.