We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446337c commit daa08deCopy full SHA for daa08de
spec/acceptance/compose_v3_spec.rb
@@ -26,7 +26,7 @@
26
install_code = <<-CODE
27
class { 'docker': #{docker_args} }
28
class { 'docker::compose':
29
- version => '1.23.2',
+ version => '2.26.1',
30
}
31
CODE
32
apply_manifest(install_code, catch_failures: true)
0 commit comments