We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fe049f + 554aa09 commit 9c3d7a8Copy full SHA for 9c3d7a8
lib/puppet/provider/docker_compose/ruby.rb
@@ -27,7 +27,7 @@ def exists?
27
compose_containers.uniq!
28
# rubocop:enable Style/StringLiterals
29
case compose_file['version']
30
- when %r{^2(\.[0-3])?$}, %r{^3(\.[0-6])?$}
+ when %r{^2(\.[0-3])?$}, %r{^3(\.\d+)?$}
31
compose_services.deep_merge!(compose_file['services'])
32
# in compose v1 "version" parameter is not specified
33
when nil
0 commit comments