diff --git a/Dockerfile.windows b/Dockerfile.windows index 4b53950..8fe005e 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,5 +1,5 @@ ARG golang=golang:nanoserver -ARG target=microsoft/nanoserver:10.0.14393.1884 +ARG target=microsoft/nanoserver:10.0.14393.2007 FROM $golang AS build diff --git a/README.md b/README.md index 1207c5d..1b95ed6 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ Image: stefanscherer/whoami - linux/amd64 - linux/arm/v6 - linux/arm64/v8 - - windows/amd64:10.0.14393.1884 + - windows/amd64:10.0.14393.2007 - windows/amd64:10.0.16299.19 ``` diff --git a/appveyor-deploy.ps1 b/appveyor-deploy.ps1 index 9a99c70..36c0ade 100644 --- a/appveyor-deploy.ps1 +++ b/appveyor-deploy.ps1 @@ -17,4 +17,4 @@ npm install -g rebase-docker-image rebase-docker-image ` stefanscherer/whoami:windows-amd64-$env:APPVEYOR_REPO_TAG_NAME ` -t stefanscherer/whoami:windows-amd64-$env:APPVEYOR_REPO_TAG_NAME-1709 ` - -b microsoft/nanoserver:1709 + -b microsoft/nanoserver:1709_KB4056892