From 31edf8a446b523eacf311cf99fbe0bd338cd8a61 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 9 Nov 2024 23:37:11 +0000 Subject: [PATCH] Use debian:12 base image /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Dockerfile.dbg | 2 +- Dockerfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dbg b/Dockerfile.dbg index 2d6a6aa5..10af8c3c 100644 --- a/Dockerfile.dbg +++ b/Dockerfile.dbg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:bookworm +FROM debian:12 ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NONINTERACTIVE_SEEN true diff --git a/Dockerfile.in b/Dockerfile.in index b3d8c7ec..7dc21f49 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:bookworm +FROM debian:12 ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NONINTERACTIVE_SEEN true