Skip to content

Commit b949916

Browse files
croissannethozza
authored andcommitted
images/rpmrepo-snapshot: pin base image to fedora 40
Fedora 41 has dnf5, which doesn't support the reposync plugin yet.
1 parent 7713118 commit b949916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/images/rpmrepo-snapshot.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# groups by comma. By default, no group is pulled in.
1919
#
2020

21-
ARG OSB_FROM="docker.io/library/fedora:latest"
21+
ARG OSB_FROM="docker.io/library/fedora:40"
2222
FROM "${OSB_FROM}" AS target
2323

2424
#

0 commit comments

Comments
 (0)