diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 656dc6f96..f7f0b05e2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -134,9 +134,9 @@ jobs: - name: "Fedora 40" runner: ubuntu-latest dockerfile: fedora40 - - name: "Fedora 39" + - name: "Fedora 41" runner: ubuntu-latest - dockerfile: fedora39 + dockerfile: fedora41 - name: "Debian Testing" runner: ubuntu-latest dockerfile: debiantesting diff --git a/docker-compose.yml b/docker-compose.yml index 3bf2e0903..6d3b8bb92 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,10 @@ services: security_opt: - label=type:container_runtime_t tty: true - test-fedora39: + test-fedora41: build: context: . - dockerfile: test/docker/fedora39 + dockerfile: test/docker/fedora41 network_mode: "host" security_opt: - label=type:container_runtime_t diff --git a/test/docker/fedora39 b/test/docker/fedora41 similarity index 98% rename from test/docker/fedora39 rename to test/docker/fedora41 index f4aa357a0..c1093bfe6 100644 --- a/test/docker/fedora39 +++ b/test/docker/fedora41 @@ -1,4 +1,4 @@ -FROM fedora:39 +FROM fedora:41 RUN dnf update -y RUN dnf install python3 git gcc gcc-c++ cmake make libuuid-devel libfaketime glibc-langpack-en curl -y