refactor(pp): update docker to v1.29
This is mainly get access to tmpfs via docker-compose See: https://docs.docker.com/storage/tmpfs/
This commit is contained in:
parent
3c44bfada0
commit
742e5fa82d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ node default {
|
|||
# Install docker and docker-compose
|
||||
#
|
||||
class { 'docker': version => 'latest' }
|
||||
class { 'docker::compose': ensure => present }
|
||||
class { 'docker::compose': ensure => present, version => '1.29.2' }
|
||||
|
||||
#
|
||||
# Install vscode
|
||||
|
|
|
|||
Loading…
Reference in a new issue