We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ef1c0a + 1276365 commit f2355a7Copy full SHA for f2355a7
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