summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/docker-compose_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker-compose/docker-compose_git.bb')
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index abc5b0ea..feb8d428 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -9,7 +9,7 @@ DEPENDS = " \
9 9
10# Specify the first two important SRCREVs as the format 10# Specify the first two important SRCREVs as the format
11SRCREV_FORMAT="compose_survey" 11SRCREV_FORMAT="compose_survey"
12SRCREV_compose = "b15df818c759b355b03ed70505ffa451301eb566" 12SRCREV_compose = "a93f09efacbbc59324ddbab8b81dea8423a0cb63"
13 13
14SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https" 14SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https"
15 15
@@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
25 25
26GO_IMPORT = "import" 26GO_IMPORT = "import"
27 27
28PV = "v2.11.2" 28PV = "v2.15.2"
29 29
30COMPOSE_PKG = "github.com/docker/compose/v2" 30COMPOSE_PKG = "github.com/docker/compose/v2"
31 31