mirror of
https://github.com/moby/moby.git
synced 2026-06-24 08:48:23 +00:00
integration/capabilities: Switch to debian:trixie-slim
Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
@@ -20,7 +20,7 @@ func TestNoNewPrivileges(t *testing.T) {
|
||||
ctx := setupTest(t)
|
||||
|
||||
withFileCapability := `
|
||||
FROM debian:bullseye-slim
|
||||
FROM debian:trixie-slim
|
||||
RUN apt-get update && apt-get install -y libcap2-bin --no-install-recommends
|
||||
RUN setcap CAP_DAC_OVERRIDE=+eip /bin/cat
|
||||
RUN echo "hello" > /txt && chown 0:0 /txt && chmod 700 /txt
|
||||
|
||||
Reference in New Issue
Block a user