diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 1758c5ef..6b7706f4 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb @@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \ " SRC_URI = " \ - git://github.com/containers/skopeo;branch=release-1.16;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ + git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ " -SRCREV = "88aad2e56b6bfcb5433450be60ff0a1cc89fcc31" -PV = "v1.16.0+git" +SRCREV = "0633de6350e1f050159f42ddd2c65eded5d069ca" +PV = "v1.17.0+git" GO_IMPORT = "import" S = "${WORKDIR}/git/src/github.com/containers/skopeo"