We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28b497 commit a23719eCopy full SHA for a23719e
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 3cf76a4 && \
+ git checkout f93804c && \
19
chown -R registry:registry /docker-registry
20
21
# install boto configuration
0 commit comments