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:
parent
a96f1b6d31
commit
666baff944
3 changed files with 5 additions and 5 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
name: "🛃 Unit tests"
|
name: "🛃 Unit tests"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: registry.fedoraproject.org/fedora:37
|
image: registry.fedoraproject.org/fedora:40
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# krb5-devel is needed to test internal/upload/koji package
|
# krb5-devel is needed to test internal/upload/koji package
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
name: "🐍 Lint python scripts"
|
name: "🐍 Lint python scripts"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: registry.fedoraproject.org/fedora:37
|
image: registry.fedoraproject.org/fedora:40
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install build and test dependencies
|
- name: Install build and test dependencies
|
||||||
|
|
@ -248,7 +248,7 @@ jobs:
|
||||||
rpmlint:
|
rpmlint:
|
||||||
name: "📦 RPMlint"
|
name: "📦 RPMlint"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: registry.fedoraproject.org/fedora:37
|
container: registry.fedoraproject.org/fedora:40
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo dnf install -y rpmlint rpm-build make git-core
|
run: sudo dnf install -y rpmlint rpm-build make git-core
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:37
|
FROM fedora:40
|
||||||
|
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
openssl
|
openssl
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:37 AS builder
|
FROM fedora:40 AS builder
|
||||||
ENV GOBIN=/opt/app-root/src/go/bin
|
ENV GOBIN=/opt/app-root/src/go/bin
|
||||||
# extra packages are needed
|
# extra packages are needed
|
||||||
# to compile osbuild
|
# to compile osbuild
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue