Commit 8001c6a2 authored by Madhura Bhave's avatar Madhura Bhave

Fix docker-lib url in images

parent 747b71ba
......@@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V
mv entrykit /bin/entrykit && \
entrykit --symlink
ADD https://github.com/spring-projects/spring-boot/blob/master/ci/images/docker-lib.sh /docker-lib.sh
ADD https://raw.githubusercontent.com/spring-projects/spring-boot/master/ci/images/docker-lib.sh /docker-lib.sh
ENTRYPOINT [ \
"switch", \
......
......@@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V
mv entrykit /bin/entrykit && \
entrykit --symlink
ADD https://github.com/spring-projects/spring-boot/blob/master/ci/images/docker-lib.sh /docker-lib.sh
ADD https://raw.githubusercontent.com/spring-projects/spring-boot/master/ci/images/docker-lib.sh /docker-lib.sh
ENTRYPOINT [ \
"switch", \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment