Skip to content

Commit 028dd23

Browse files
authored
Merge pull request #982 from jenkinsci/updatecli_master_20863217c1acda5d7d19ed8cdce74e32a81b31d946e6c3e439bcd0d0f573f0dd
Bump Debian Bookworm Linux version to bookworm-20250428
2 parents 99c9574 + b2c5341 commit 028dd23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22-
ARG DEBIAN_RELEASE=bookworm-20250407
22+
ARG DEBIAN_RELEASE=bookworm-20250428
2323
FROM debian:"${DEBIAN_RELEASE}"-slim AS jre-build
2424

2525
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ variable "ALPINE_SHORT_TAG" {
101101
}
102102

103103
variable "DEBIAN_RELEASE" {
104-
default = "bookworm-20250407"
104+
default = "bookworm-20250428"
105105
}
106106

107107
variable "UBI9_TAG" {

0 commit comments

Comments
 (0)