mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
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>
This commit is contained in:
parent
cf7672d59e
commit
46b1d5b528
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultUnpackerImage = "portainer/compose-unpacker:latest"
|
||||
defaultUnpackerImage = "portainer/compose-unpacker:" + portainer.APIVersion
|
||||
composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE"
|
||||
composePathPrefix = "portainer-compose-unpacker"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue