Skip to content

Commit 58a9372

Browse files
authored
Use the fedora-bootc:latest image in the bootc test (teemtee#3786)
The fix for a recent issue has been released in `fedora-bootc:42`. Let's use `fedora-bootc:latest` instead, so that we don't have to update the versions every half a year. Related: bootc-dev/bootc#1308
1 parent 41f3233 commit 58a9372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/provision/bootc/data/includes-deps.containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora-bootc:41
1+
FROM quay.io/fedora/fedora-bootc:latest
22

33
RUN dnf -y install cloud-init rsync vim && \
44
ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants && \

0 commit comments

Comments
 (0)