We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f529f73 commit 7945ba1Copy full SHA for 7945ba1
Dockerfile
@@ -1,6 +1,6 @@
1
# When rebasing to new Fedora, also update openshift/release:
2
# 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
+FROM quay.io/fedora/fedora:41
4
WORKDIR /root/containerbuild
5
6
# Keep this Dockerfile idempotent for local development rebuild use cases.
tests/containers/tang/Containerfile
@@ -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
0 commit comments