mirror of https://github.com/portainer/portainer
fix(compose): update compose to 2.26.1 [EE-6546] (#11537)
* update compose to 2.24 * chore(unpacker): use APIVersion as unpacker image tag [EE-6974] (#11538) --------- Co-authored-by: hookenz <hookenz@gmail.com>pull/11585/head
parent
cf7672d59e
commit
46b1d5b528
|
@ -24,7 +24,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultUnpackerImage = "portainer/compose-unpacker:latest"
|
defaultUnpackerImage = "portainer/compose-unpacker:" + portainer.APIVersion
|
||||||
composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE"
|
composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE"
|
||||||
composePathPrefix = "portainer-compose-unpacker"
|
composePathPrefix = "portainer-compose-unpacker"
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"docker": "v24.0.7",
|
"docker": "v24.0.7",
|
||||||
"dockerCompose": "v2.24.6",
|
"dockerCompose": "v2.26.1",
|
||||||
"helm": "v3.14.4",
|
"helm": "v3.14.4",
|
||||||
"kubectl": "v1.29.0",
|
"kubectl": "v1.29.0",
|
||||||
"mingit": "2.42.0.2"
|
"mingit": "2.42.0.2"
|
||||||
|
|
Loading…
Reference in New Issue