We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73cfe2 commit 9cd5b14Copy full SHA for 9cd5b14
README.md
@@ -33,7 +33,7 @@ A small ruby script is included to use the container more concisely.
33
34
Install it:
35
```
36
-curl -O /usr/local/bin/docker-s3-sync https://raw.githubusercontent.com/kickstarter/docker-s3-sync/v0.5.0/docker-s3-sync
+curl -O /usr/local/bin/docker-s3-sync https://raw.githubusercontent.com/kickstarter/docker-s3-sync/v0.5.3/docker-s3-sync
37
chmod +x /usr/local/bin/docker-s3-sync
38
39
docker-s3-sync
@@ -5,7 +5,7 @@
5
require 'optparse'
6
7
options = {
8
- :image => 'kickstarter/docker-s3-sync:0.5.2'
+ :image => 'kickstarter/docker-s3-sync:0.5.3'
9
}
10
11
optparse = OptionParser.new do |opts|
0 commit comments