Skip to content

Commit 24efc2a

Browse files
Bump Debian Trixie Linux version to trixie-20251208 (#588)
* chore: Update value of base image (ARG DEBIAN_RELEASE) in Dockerfile Made with ❤️️ by updatecli * chore: Update default value of variable DEBIAN_RELEASE in docker-bake... ... .hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6726619 commit 24efc2a

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=trixie-20251117
22+
ARG DEBIAN_RELEASE=trixie-20251208
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
@@ -76,7 +76,7 @@ variable "JAVA25_VERSION" {
7676
}
7777

7878
variable "DEBIAN_RELEASE" {
79-
default = "trixie-20251117"
79+
default = "trixie-20251208"
8080
}
8181

8282
# Set this value to a specific Windows version to override Windows versions to build returned by windowsversions function

0 commit comments

Comments
 (0)