Skip to content

Commit 8f7c313

Browse files
committed
ci: Update docker images to Fedora 40
1 parent 8e51de2 commit 8f7c313

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create container and build
5050
run: |
5151
{
52-
echo 'FROM fedora:39'
52+
echo 'FROM fedora:40'
5353
echo 'RUN dnf install cmake httpd-devel ${{ matrix.compiler }} -y'
5454
echo 'RUN dnf groupinstall "C Development Tools and Libraries" -y'
5555
echo 'RUN dnf clean all'
@@ -76,7 +76,7 @@ jobs:
7676
- name: Create container and build
7777
run: |
7878
{
79-
echo 'FROM fedora:39'
79+
echo 'FROM fedora:40'
8080
echo 'RUN dnf install httpd-devel redhat-rpm-config -y'
8181
echo 'RUN dnf groupinstall "C Development Tools and Libraries" -y'
8282
echo 'RUN dnf clean all'
@@ -95,3 +95,4 @@ jobs:
9595
echo 'done;'
9696
} > podmanfile
9797
podman build -f ./podmanfile
98+

0 commit comments

Comments
 (0)