Skip to content

Commit

Permalink
update fedora 38 docker container to fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschurk committed Apr 23, 2024
1 parent bc86a1e commit fc20890
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Fedora 38"
- name: "Fedora 40"
runner: ubuntu-latest
dockerfile: fedora38
dockerfile: fedora40
- name: "Fedora 39"
runner: ubuntu-latest
dockerfile: fedora39
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3'
services:
test-fedora38:
test-fedora40:
build:
context: .
dockerfile: test/docker/fedora38
dockerfile: test/docker/fedora40
network_mode: "host"
security_opt:
- label=type:container_runtime_t
Expand Down
2 changes: 1 addition & 1 deletion test/docker/fedora38 → test/docker/fedora40
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:38
FROM fedora:40

RUN dnf update -y
RUN dnf install python3 git gcc gcc-c++ cmake make libuuid-devel libfaketime glibc-langpack-en curl -y
Expand Down

0 comments on commit fc20890

Please sign in to comment.