From 992a97a999f1142fd1b441a08a3fdb8d049037e4 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 17 Apr 2019 15:12:17 -0500 Subject: [PATCH] change base image to Microsoft's new style --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e326634..b1cc071 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/iis +FROM mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016 ENV SP_VERSION=3.0.4.1 RUN powershell [Environment]::SetEnvironmentVariable('SP_VERSION','%SP_VERSION%', [System.EnvironmentVariableTarget]::Machine )