Skip to content

Commit eb4bee9

Browse files
committed
Merge remote-tracking branch 'upstream/master' into lts
2 parents e7759e1 + ba178d8 commit eb4bee9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Install Updatecli in the runner
19-
uses: updatecli/updatecli-action@v2.84.0
19+
uses: updatecli/updatecli-action@v2.86.0
2020

2121
- name: Run Updatecli in Dry Run mode
2222
run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml

debian/bookworm-slim/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20250520
1+
ARG BOOKWORM_TAG=20250610
22

33
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build
44

debian/bookworm/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20250520
1+
ARG BOOKWORM_TAG=20250610
22

33
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build
44

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ variable "JAVA21_VERSION" {
9191
}
9292

9393
variable "BOOKWORM_TAG" {
94-
default = "20250520"
94+
default = "20250610"
9595
}
9696

9797
# ---- user-defined functions ----

0 commit comments

Comments
 (0)