Skip to content

Commit 1276365

Browse files
author
Matthew Fisher
committed
chore(registry): bump version
1 parent 5ef1c0a commit 1276365

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 17dcd46 && \
18+
git checkout 190e03f && \
1919
chown -R registry:registry /docker-registry
2020

2121
# install boto configuration

0 commit comments

Comments
 (0)