Skip to content

Commit

Permalink
Bump to Fedora 40
Browse files Browse the repository at this point in the history
F41 is out let's update COSA to be based on Fedora 41.
  • Loading branch information
gursewak1997 committed Nov 25, 2024
1 parent f529f73 commit 7945ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# When rebasing to new Fedora, also update openshift/release:
# https://github.com/openshift/release/tree/master/ci-operator/config/coreos/coreos-assembler/coreos-coreos-assembler-main.yaml
FROM quay.io/fedora/fedora:40
FROM quay.io/fedora/fedora:41
WORKDIR /root/containerbuild

# Keep this Dockerfile idempotent for local development rebuild use cases.
Expand Down
2 changes: 1 addition & 1 deletion tests/containers/tang/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-minimal:40
FROM registry.fedoraproject.org/fedora-minimal:41

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

0 comments on commit 7945ba1

Please sign in to comment.