From 125ebc876fdad5375beab74c27cc8e0fa8556557 Mon Sep 17 00:00:00 2001 From: snw35 Date: Tue, 20 Jan 2026 13:23:06 +0000 Subject: [PATCH] Update base image to trixie --- Dockerfile | 2 +- nvchecker.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12f7bb2..0efa9ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Cloud environment container # Provides a suite of cloud tools for AWS, GCP and Kubernetes -FROM debian:bookworm-20251117-slim +FROM debian:trixie-20260112-slim WORKDIR /usr/bin/ diff --git a/nvchecker.toml b/nvchecker.toml index 1fb5634..c6ed116 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -5,7 +5,7 @@ newver = "new_ver.json" [BASE] source = "container" container = "library/debian" -include_regex = "bookworm-\\d*-slim" +include_regex = "trixie-\\d*-slim" [KUBECTL] source = "cmd"