Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Aug 3, 2016
1 parent bb34c07 commit 03c13cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-docker-1.12.0.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stop-service docker
wget -outfile $env:TEMP\docker-1.12.0.zip https://test.docker.com/builds/Windows/x86_64/docker-1.12.0.zip
wget -outfile $env:TEMP\docker-1.12.0.zip https://get.docker.com/builds/Windows/x86_64/docker-1.12.0.zip
Expand-Archive -Path $env:TEMP\docker-1.12.0.zip -DestinationPath $env:TEMP -Force
copy $env:TEMP\docker\*.exe $env:ProgramFiles\docker

Expand Down

0 comments on commit 03c13cd

Please sign in to comment.