use windowsservercore for 1903

This commit is contained in:
Brad Rydzewski 2019-08-14 10:34:18 -07:00
parent 65e411842e
commit 8d8851bf98
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
Invoke-WebRequest $('https://github.com/docker/toolbox/releases/download/v{0}/DockerToolbox-{0}.exe' -f $env:DOCKER_VERSION) -OutFile 'dockertoolbox.exe' -UseBasicParsing
RUN /innoextract.exe dockertoolbox.exe
FROM mcr.microsoft.com/windows/nanoserver:1903
USER ContainerAdministrator
FROM mcr.microsoft.com/windows/servercore:1903
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Docker" `