Skip to content

Commit

Permalink
Update F37 to F40
Browse files Browse the repository at this point in the history
Fedora 37 has been EOL for some time.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed May 28, 2024
1 parent 0ef11c1 commit 099cc01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion distribution/Dockerfile-config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:40

RUN dnf -y install \
openssl
Expand Down
2 changes: 1 addition & 1 deletion distribution/Dockerfile-worker
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 099cc01

Please sign in to comment.