Skip to content

Commit

Permalink
images/rpmrepo-snapshot: pin base image to fedora 40
Browse files Browse the repository at this point in the history
Fedora 41 has dnf5, which doesn't support the reposync plugin yet.
  • Loading branch information
croissanne authored and thozza committed Dec 2, 2024
1 parent 7713118 commit b949916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images/rpmrepo-snapshot.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# groups by comma. By default, no group is pulled in.
#

ARG OSB_FROM="docker.io/library/fedora:latest"
ARG OSB_FROM="docker.io/library/fedora:40"
FROM "${OSB_FROM}" AS target

#
Expand Down

0 comments on commit b949916

Please sign in to comment.