Skip to content

Commit

Permalink
fedora drop 38, add 41
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Apr 25, 2024
1 parent 0d866d6 commit cdd46d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We also perform weekly tests under Fedora.
The images are built by more GitHub Actions:

- [ubuntu.yml](.github/workflows/ubuntu.yml) -- Ubuntu 22.04
- [fedora.yml](.github/workflows/fedora.yml) -- Fedora 38, 39, 40 (rawhide)
- [fedora.yml](.github/workflows/fedora.yml) -- Fedora 39, 40, 41 (rawhide)

Each Action is scheduled to run automaticaly on the 1<sup>st</sup> of the month at 3am.
This will ensure we have up-to-date packages for every environment.
Expand All @@ -30,11 +30,7 @@ The builds are defined by Dockerfiles:
| Dockerfile | Description |
| :------------------------------------------------- | :------------------ |
| [ubuntu.22.04/Dockerfile](ubuntu.22.04/Dockerfile) | Ubuntu 22.04 |
| [fedora.38/Dockerfile](fedora.38/Dockerfile) | Fedora 38 |
| [fedora.39/Dockerfile](fedora.39/Dockerfile) | Fedora 39 |
| [fedora.40/Dockerfile](fedora.40/Dockerfile) | Fedora 40 (rawhide) |




| [fedora.40/Dockerfile](fedora.40/Dockerfile) | Fedora 40 |
| [fedora.41/Dockerfile](fedora.41/Dockerfile) | Fedora 41 (rawhide) |

4 changes: 2 additions & 2 deletions fedora.40/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create a NeoMutt development environment based on Fedora 40 (rawhide)
FROM fedora:rawhide
# Create a NeoMutt development environment based on Fedora 40
FROM fedora:40

RUN \
dnf clean all && \
Expand Down
4 changes: 2 additions & 2 deletions fedora.38/Dockerfile → fedora.41/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create a NeoMutt development environment based on Fedora 38
FROM fedora:38
# Create a NeoMutt development environment based on Fedora 41 (rawhide)
FROM fedora:rawhide

RUN \
dnf clean all && \
Expand Down

0 comments on commit cdd46d5

Please sign in to comment.