Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Change source URL for release
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Oct 12, 2016
1 parent 7064739 commit 9a10544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV DOCKER_VERSION 1.12.2

# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
# releases.
ENV DOCKER_ENDPOINT test.docker.com
ENV DOCKER_ENDPOINT get.docker.com

# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
# the tar archive. If we extract directly, it will create a usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WORKDIR /bundle

# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
# releases.
ENV DOCKER_ENDPOINT test.docker.com
ENV DOCKER_ENDPOINT get.docker.com

RUN curl -fsSL -o dockerbins.zip "https://${DOCKER_ENDPOINT}/builds/Windows/x86_64/docker-${DOCKER_VERSION}.zip" && \
unzip dockerbins.zip && \
Expand Down

0 comments on commit 9a10544

Please sign in to comment.