Skip to content

Commit daa08de

Browse files
Update specific docker-compose-plugin version for testing
1 parent 446337c commit daa08de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/compose_v3_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_code = <<-CODE
2727
class { 'docker': #{docker_args} }
2828
class { 'docker::compose':
29-
version => '1.23.2',
29+
version => '2.26.1',
3030
}
3131
CODE
3232
apply_manifest(install_code, catch_failures: true)

0 commit comments

Comments
 (0)