Skip to content

Commit f2355a7

Browse files
author
Matthew Fisher
committed
Merge pull request #1395 from deis/bump-registry
chore(registry): bump version
2 parents 5ef1c0a + 1276365 commit f2355a7

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)