Skip to content

Commit

Permalink
chore(ci): Update Fedora 38 to 41
Browse files Browse the repository at this point in the history
Fedora 38 has been deprecated since May of 2024.

This updates to Fedora 41, which is the current version with planned
official support until November of 2025.
  • Loading branch information
guihkx committed Feb 4, 2025
1 parent a94eb0d commit e9f8a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
matrix:
include:
# Fedora's release cycle: https://endoflife.date/fedora
- image: fedora-38
- image: fedora-41
build-script: rpm_entrypoint.sh
build-type: release

Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/fedora-38 → Dockerfiles/fedora-41
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: set syntax=dockerfile:
FROM fedora:38
FROM fedora:41

LABEL org.opencontainers.image.description="Base image used to build and RPM-package Notes on Fedora 38"
LABEL org.opencontainers.image.description="Base image used to build and RPM-package Notes on Fedora 41"

# Install dependencies.
RUN dnf install -y --nodocs --noplugins --setopt=install_weak_deps=False \
Expand Down

0 comments on commit e9f8a1d

Please sign in to comment.