We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc58a54 commit 3d4d9f6Copy full SHA for 3d4d9f6
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