Signed-off-by: Ricardo Branco <rbranco@suse.de>
| ... | ... |
@@ -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 |