Skip to content

Commit

Permalink
change base image to Microsoft's new style
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Apr 17, 2019
1 parent 50b9743 commit 992a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 )
Expand Down

0 comments on commit 992a97a

Please sign in to comment.