Skip to content

Commit

Permalink
Use Docker 17.06.1-ee-1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Jul 23, 2017
1 parent b8931b2 commit 2dab140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1.0.{build}
image: Visual Studio 2017

build_script:
- ps: Install-Package -Name docker -ProviderName DockerMsftProvider -RequiredVersion 17.06.0-ce -Force
- ps: Install-Package -Name docker -ProviderName DockerMsftProvider -RequiredVersion 17.06.1-ee-1-rc1 -Force
- ps: start-service docker
- docker pull microsoft/windowsservercore
- docker pull microsoft/nanoserver
Expand Down

0 comments on commit 2dab140

Please sign in to comment.