Update F37 to F40

Fedora 37 has been EOL for some time.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-05-28 11:18:54 +02:00 committed by Achilleas Koutsou
parent a96f1b6d31
commit 666baff944
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ jobs:
name: "🛃 Unit tests"
runs-on: ubuntu-20.04
container:
image: registry.fedoraproject.org/fedora:37
image: registry.fedoraproject.org/fedora:40
steps:
# krb5-devel is needed to test internal/upload/koji package
@ -92,7 +92,7 @@ jobs:
name: "🐍 Lint python scripts"
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:37
image: registry.fedoraproject.org/fedora:40
steps:
- name: Install build and test dependencies
@ -248,7 +248,7 @@ jobs:
rpmlint:
name: "📦 RPMlint"
runs-on: ubuntu-20.04
container: registry.fedoraproject.org/fedora:37
container: registry.fedoraproject.org/fedora:40
steps:
- name: Install dependencies
run: sudo dnf install -y rpmlint rpm-build make git-core

View file

@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:40
RUN dnf -y install \
openssl

View file

@ -1,4 +1,4 @@
FROM fedora:37 AS builder
FROM fedora:40 AS builder
ENV GOBIN=/opt/app-root/src/go/bin
# extra packages are needed
# to compile osbuild