Browse code

integration/capabilities: Switch to debian:trixie-slim

Signed-off-by: Ricardo Branco <rbranco@suse.de>

Ricardo Branco authored on 2026/02/28 04:51:30
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ func TestNoNewPrivileges(t *testing.T) {
20 20
 	ctx := setupTest(t)
21 21
 
22 22
 	withFileCapability := `
23
-		FROM debian:bullseye-slim
23
+		FROM debian:trixie-slim
24 24
 		RUN apt-get update && apt-get install -y libcap2-bin --no-install-recommends
25 25
 		RUN setcap CAP_DAC_OVERRIDE=+eip /bin/cat
26 26
 		RUN echo "hello" > /txt && chown 0:0 /txt && chmod 700 /txt