Skip to content

Commit

Permalink
Merge pull request StefanScherer#295 from StefanScherer/docker-20-10-7
Browse files Browse the repository at this point in the history
Update Docker 20.10.7
  • Loading branch information
StefanScherer authored Jun 7, 2021
2 parents 11b83a7 + fc3bb35 commit 0244204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/install-docker.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# use docker_provider: "ee", "ce", "master" or ""
$docker_provider = "ce"
$docker_version = "20.10.6"
$docker_version = "20.10.7"
if (Test-Path env:docker_provider) {
$docker_provider = $env:docker_provider
}
Expand Down
2 changes: 1 addition & 1 deletion windows_2019_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"memory": "2048",
"docker_images": "mcr.microsoft.com/windows/nanoserver:1809 mcr.microsoft.com/windows/servercore:ltsc2019 mcr.microsoft.com/windows/servercore:1809 mcr.microsoft.com/windows:1809",
"docker_provider": "ce",
"docker_version": "20.10.6",
"docker_version": "20.10.7",
"headless": "false",
"iso_checksum": "sha256:549bca46c055157291be6c22a3aaaed8330e78ef4382c99ee82c896426a1cee1",
"iso_url": "https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso",
Expand Down

0 comments on commit 0244204

Please sign in to comment.