From a4fc4c4e04b8ccb194820f363f72178c02ad64b1 Mon Sep 17 00:00:00 2001 From: Ingo Gottwald Date: Wed, 27 May 2026 12:06:34 +0200 Subject: [PATCH] Upgrade to debian:13-slim --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0922b33..996e2d7 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:12-slim +FROM debian:13-slim # Specify the version of crictl to install ARG CRICTL_VERSION="v1.31.1" @@ -17,7 +17,6 @@ RUN echo 'path-include=/usr/share/doc/*/changelog.Debian.*' >> /etc/dpkg/dpkg.cf RUN apt-get update -qq && \ apt-get install -y apt-transport-https \ ca-certificates \ - software-properties-common \ httping \ man \ man-db \ @@ -46,7 +45,7 @@ RUN apt-get update -qq && \ dsniff \ mtr-tiny \ conntrack \ - llvm-13 llvm-13-tools \ + llvm-19 llvm-19-tools \ wget \ watch \ bpftool