From 9cd5b146d7b7372f965cb935e69d3c6ff3ed2555 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Wed, 19 Aug 2015 18:27:29 -0400 Subject: [PATCH] v0.5.3 --- README.md | 2 +- docker-s3-sync | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebf8283..0b6d100 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A small ruby script is included to use the container more concisely. Install it: ``` -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 chmod +x /usr/local/bin/docker-s3-sync ``` diff --git a/docker-s3-sync b/docker-s3-sync index e109a24..26773db 100755 --- a/docker-s3-sync +++ b/docker-s3-sync @@ -5,7 +5,7 @@ require 'optparse' options = { - :image => 'kickstarter/docker-s3-sync:0.5.2' + :image => 'kickstarter/docker-s3-sync:0.5.3' } optparse = OptionParser.new do |opts|