mirror of https://github.com/jenkinsci/docker.git
Bump Debian Bookworm Linux Version to 20250407 (#2010)
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfiles Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d... ... ocker-bake.hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae79f4234f
commit
22ee4be5a2
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BOOKWORM_TAG=20250317
|
ARG BOOKWORM_TAG=20250407
|
||||||
|
|
||||||
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build
|
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BOOKWORM_TAG=20250317
|
ARG BOOKWORM_TAG=20250407
|
||||||
|
|
||||||
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build
|
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ variable "JAVA21_VERSION" {
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "BOOKWORM_TAG" {
|
variable "BOOKWORM_TAG" {
|
||||||
default = "20250317"
|
default = "20250407"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ---- user-defined functions ----
|
# ---- user-defined functions ----
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue