Skip to content

Commit 5d2c240

Browse files
committed
drop f40, add f43
1 parent 76f4771 commit 5d2c240

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We also perform weekly tests under Fedora.
2020
The images are built by more GitHub Actions:
2121

2222
- [ubuntu.yml](.github/workflows/ubuntu.yml) -- Ubuntu 24.04
23-
- [fedora.yml](.github/workflows/fedora.yml) -- Fedora 40, 41, 42 (rawhide)
23+
- [fedora.yml](.github/workflows/fedora.yml) -- Fedora 41, 42, 43 (rawhide)
2424

2525
Each Action is scheduled to run automaticaly on the 1<sup>st</sup> of the month at 3am.
2626
This will ensure we have up-to-date packages for every environment.
@@ -30,7 +30,7 @@ The builds are defined by Dockerfiles:
3030
| Dockerfile | Description |
3131
| :------------------------------------------------- | :------------------ |
3232
| [ubuntu.24.04/Dockerfile](ubuntu.24.04/Dockerfile) | Ubuntu 24.04 |
33-
| [fedora.40/Dockerfile](fedora.40/Dockerfile) | Fedora 40 |
3433
| [fedora.41/Dockerfile](fedora.41/Dockerfile) | Fedora 41 |
35-
| [fedora.42/Dockerfile](fedora.42/Dockerfile) | Fedora 42 (rawhide) |
34+
| [fedora.42/Dockerfile](fedora.42/Dockerfile) | Fedora 42 |
35+
| [fedora.43/Dockerfile](fedora.43/Dockerfile) | Fedora 43 (rawhide) |
3636

β€Žfedora.41/Dockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create a NeoMutt development environment based on Fedora 41 (rawhide)
1+
# Create a NeoMutt development environment based on Fedora 41
22
FROM fedora:41
33

44
RUN \

β€Žfedora.42/Dockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Create a NeoMutt development environment based on Fedora 41 (rawhide)
2-
FROM fedora:rawhide
1+
# Create a NeoMutt development environment based on Fedora 42
2+
FROM fedora:42
33

44
RUN \
55
dnf clean all && \
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Create a NeoMutt development environment based on Fedora 40
2-
FROM fedora:40
1+
# Create a NeoMutt development environment based on Fedora 43 (rawhide)
2+
FROM fedora:rawhide
33

44
RUN \
55
dnf clean all && \

0 commit comments

Comments
Β (0)