Skip to content

Commit

Permalink
Upgrade CI containers to debian:bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Aponte <[email protected]>
  • Loading branch information
federico-sysdig committed Jun 10, 2024
1 parent 63c1797 commit 05ae700
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: sanitizers
cmake_opts: -DUSE_ASAN=On -DUSE_UBSAN=On -DUSE_BUNDLED_DEPS=False
container:
image: debian:buster
image: debian:bookworm
steps:
- name: Install deps ⛓️
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/containers/sinsp.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bookworm

ENV HOST_ROOT /host

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/containers/tests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bookworm

WORKDIR /tests
ENV CONTAINERIZED=1
Expand Down

0 comments on commit 05ae700

Please sign in to comment.