From cba8e437a0fe64745b71682f1fd8599a04c2d789 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Sat, 6 Jan 2018 15:45:16 +0100 Subject: [PATCH] Update base image 10.0.14393.2007 --- Dockerfile.windows | 2 +- README.md | 2 +- appveyor-deploy.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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