We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef1c0a commit 1276365Copy full SHA for 1276365
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 17dcd46 && \
+ git checkout 190e03f && \
19
chown -R registry:registry /docker-registry
20
21
# install boto configuration
0 commit comments