Skip to content

Commit 90eb512

Browse files
author
Matthew Fisher
committed
Merge pull request #1397 from deis/bump-registry
chore(registry): bump version
2 parents c5b9697 + 6e05dd7 commit 90eb512

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)