Skip to content

Commit 7945ba1

Browse files
committed
Bump to Fedora 40
F41 is out let's update COSA to be based on Fedora 41.
1 parent f529f73 commit 7945ba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# When rebasing to new Fedora, also update openshift/release:
22
# https://github.com/openshift/release/tree/master/ci-operator/config/coreos/coreos-assembler/coreos-coreos-assembler-main.yaml
3-
FROM quay.io/fedora/fedora:40
3+
FROM quay.io/fedora/fedora:41
44
WORKDIR /root/containerbuild
55

66
# Keep this Dockerfile idempotent for local development rebuild use cases.

tests/containers/tang/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora-minimal:40
1+
FROM registry.fedoraproject.org/fedora-minimal:41
22

33
RUN microdnf -y install tang && microdnf clean all && rm -rf /var/cache/yum
44
EXPOSE 80

0 commit comments

Comments
 (0)