From c78f8272a376cde653bab6029da3d8d6482989b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Trigo=20Soares?= Date: Wed, 21 Feb 2024 11:08:25 +0000 Subject: [PATCH] upgrade debian from 11 to testing (currently, trixie) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61fcf2b..7ab9650 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # match doks-debug version with DOKS worker node image version for kernel # tooling compatibility reasons -FROM debian:11-slim +FROM debian:testing-slim LABEL org.opencontainers.image.source=https://github.com/nosportugal/debug-pod LABEL org.opencontainers.image.description="A debian image with some debugging tools installed."