From 0cf8f3d759de41bb5192b47316203a94aebfcea1 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Sat, 19 Jan 2019 17:09:53 +0100 Subject: [PATCH] Update insider 10.0.18298.1000 --- Dockerfile.insider | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Dockerfile.insider b/Dockerfile.insider index eac6a41..6774a72 100644 --- a/Dockerfile.insider +++ b/Dockerfile.insider @@ -1,16 +1,7 @@ -ARG golang=chocolateyfest/golang -ARG target=mcr.microsoft.com/nanoserver-insider:10.0.17744.1001 +FROM stefanscherer/whoami:windows-amd64-1.8.2-1809 as bin +FROM mcr.microsoft.com/windows/nanoserver/insider:10.0.18298.1000 -FROM $golang AS build - -COPY . /code -WORKDIR /code - -RUN go build http.go - -FROM $target - -COPY --from=build /code/http.exe /http.exe +COPY --from=bin /http.exe /http.exe EXPOSE 8080