Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/globalconfig/global_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ var DockerComposeVersion = ""

// This is var instead of const so it can be changed in test, but should not otherwise be touched.
// Otherwise we can't test if the version on the machine is equal to version required
var RequiredDockerComposeVersion = "v2.9.0"
var RequiredDockerComposeVersion = "v2.10.1"

// GetRequiredDockerComposeVersion returns the version of docker-compose we need
// based on the compiled version, or overrides in globalconfig, like
Expand Down