Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(registry): bump version
Browse files Browse the repository at this point in the history
In preparation for making an upstream PR, I rebased it against
upstream's master.
  • Loading branch information
Matthew Fisher committed Jul 23, 2014
1 parent c5b9697 commit 6e05dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN useradd -s /bin/bash registry
# add the docker registry source from github
RUN git clone https://github.com/deis/docker-registry /docker-registry && \
cd /docker-registry && \
git checkout 190e03f && \
git checkout 3a192af && \
chown -R registry:registry /docker-registry

# install boto configuration
Expand Down

0 comments on commit 6e05dd7

Please sign in to comment.