diff options
Diffstat (limited to 'recipes-containers/docker-compose/docker-compose_git.bb')
-rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 4 |
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 8bab3fb6..575ee30e 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 |
11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT="compose_survey" |
12 | SRCREV_compose = "f79c28168bf6a95ea0cbd1c298f4a0ff4c3ac36b" | 12 | SRCREV_compose = "eaf9800948e022573997649656c040a19d4b15c2" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
15 | 15 | ||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60 | |||
23 | 23 | ||
24 | GO_IMPORT = "import" | 24 | GO_IMPORT = "import" |
25 | 25 | ||
26 | PV = "v2.28.1" | 26 | PV = "v2.33.1" |
27 | 27 | ||
28 | COMPOSE_PKG = "github.com/docker/compose/v2" | 28 | COMPOSE_PKG = "github.com/docker/compose/v2" |
29 | 29 | ||