Skip to content

Commit

Permalink
docker-bake.hcl: base rpmrepo-snapshot on fedora 40
Browse files Browse the repository at this point in the history
The dnf reposync plugin is only available for dnf4 at this point.
  • Loading branch information
croissanne committed Dec 3, 2024
1 parent fd1a0d0 commit 108122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ target "virtual-rpmrepo-snapshot" {

target "rpmrepo-snapshot-latest" {
args = {
OSB_FROM = "docker.io/library/fedora:latest",
OSB_FROM = "docker.io/library/fedora:40",
}
inherits = [
"virtual-rpmrepo-snapshot",
Expand Down

0 comments on commit 108122e

Please sign in to comment.