Skip to content

Commit 1739f0b

Browse files
committed
tests/containers: bump to F42 for test containers
The nfs and tang containers use Fedora so let's bump those to F42 too.
1 parent eff0a00 commit 1739f0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/containers/nfs/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:41
1+
FROM registry.fedoraproject.org/fedora-minimal:42
22

33
RUN dnf -y install /usr/bin/ps nfs-utils && dnf clean all && rm -rf /var/cache/yum
44

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:41
1+
FROM registry.fedoraproject.org/fedora-minimal:42
22

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

0 commit comments

Comments
 (0)