dockly 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ class Dockly::BuildCache::Docker < Dockly::BuildCache::Base
27
27
  debug "inserting to #{output_directory}"
28
28
  path = File.expand_path(cache.path)
29
29
  path_parent = File.dirname(path)
30
- tar_flags = keep_old_files ? '-xfk' : 'xf'
30
+ tar_flags = keep_old_files ? '-xkf' : 'xf'
31
31
  container = ::Docker::Container.create(
32
32
  'Image' => image.id,
33
33
  'Cmd' => ['/bin/bash', '-lc', [
@@ -1,3 +1,3 @@
1
1
  module Dockly
2
- VERSION = '1.5.2'
2
+ VERSION = '1.5.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: