summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-12 18:51:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-12 18:51:37 +0000
commit022f4356d4a9b389f51472d40a9330aa59f6bb9a (patch)
tree5a18f85b22a728761c03e979fe1efdace8649d7e
parent3260eee09c593201455e866c5ad5cf5c5b5da33f (diff)
downloadmeta-virtualization-022f4356d4a9b389f51472d40a9330aa59f6bb9a.tar.gz
docker-compose: fix PV
When docker-compose was updated, the hash was set properly but the PV was not. We are actually building docker compose 5.1.x, so we adjust the PV to be accurate. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 1c519029..3eb78c04 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -28,7 +28,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
28 28
29GO_IMPORT = "import" 29GO_IMPORT = "import"
30 30
31PV = "5.0.0" 31PV = "5.1.0"
32 32
33COMPOSE_PKG = "github.com/docker/compose/v2" 33COMPOSE_PKG = "github.com/docker/compose/v2"
34 34