Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
viljaste committed Sep 2, 2015
1 parent 85366a9 commit 60d04ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,8 +5,8 @@
TMP="$(mktemp -d)" \
&& git clone https://github.com/dockerizedrupal/docker-puppet-debian-wheezy.git "${TMP}" \
&& cd "${TMP}" \
$$ git checkout 1.0.2 \
&& sudo docker build -t dockerizedrupal/puppet-debian-wheezy:1.0.2 . \
&& git checkout 1.0.3 \
&& sudo docker build -t dockerizedrupal/puppet-debian-wheezy:1.0.3 . \
&& cd -

## License
Expand Down
2 changes: 1 addition & 1 deletion tests/puppet-debian-wheezy.yml
@@ -1,3 +1,3 @@
puppet:
image: dockerizedrupal/puppet-debian-wheezy:1.0.2
image: dockerizedrupal/puppet-debian-wheezy:1.0.3
hostname: puppet

0 comments on commit 60d04ef

Please sign in to comment.