Skip to content

Commit 6e05dd7

Browse files
author
Matthew Fisher
committed
chore(registry): bump version
In preparation for making an upstream PR, I rebased it against upstream's master.
1 parent c5b9697 commit 6e05dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

registry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN useradd -s /bin/bash registry
1515
# add the docker registry source from github
1616
RUN git clone https://github.com/deis/docker-registry /docker-registry && \
1717
cd /docker-registry && \
18-
git checkout 190e03f && \
18+
git checkout 3a192af && \
1919
chown -R registry:registry /docker-registry
2020

2121
# install boto configuration

0 commit comments

Comments
 (0)