We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc58a54 + 3d4d9f6 commit 0b5810dCopy full SHA for 0b5810d
1 file changed
registry/Dockerfile
@@ -15,7 +15,7 @@ RUN useradd -s /bin/bash registry
15
# add the docker registry source from github
16
RUN git clone https://github.com/deis/docker-registry /docker-registry && \
17
cd /docker-registry && \
18
- git checkout fc3b691 && \
+ git checkout 17dcd46 && \
19
chown -R registry:registry /docker-registry
20
21
# install boto configuration
0 commit comments