1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Update Fedora test image to Fedora 42.

This commit is contained in:
David Steele
2025-06-22 17:46:54 -04:00
parent d0072945fa
commit 3780057866
4 changed files with 12 additions and 9 deletions

View File

@ -509,11 +509,11 @@ sub containerBuild
"pgdg-redhat-repo-latest.noarch.rpm && \\\n" .
" dnf -qy module disable postgresql && \\\n";
}
elsif ($strOS eq VM_F41)
elsif ($strOS eq VM_F42)
{
$strScript .=
" rpm -ivh \\\n" .
" https://download.postgresql.org/pub/repos/yum/reporpms/F-41-" . hostArch() . "/" .
" https://download.postgresql.org/pub/repos/yum/reporpms/F-42-" . hostArch() . "/" .
"pgdg-fedora-repo-latest.noarch.rpm && \\\n";
}