change base image tag name since dotnet-framework update their tags on dockerhub
This commit is contained in:
Родитель
2e796d8b46
Коммит
7a728d443b
|
@ -1,6 +1,6 @@
|
|||
# escape=`
|
||||
|
||||
FROM microsoft/dotnet-framework:3.5-windowsservercore-1709
|
||||
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-1709
|
||||
|
||||
RUN powershell -Command Add-WindowsFeature Web-Server & `
|
||||
powershell -Command Add-WindowsFeature Web-Asp-Net & `
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# escape=`
|
||||
|
||||
FROM microsoft/dotnet-framework:3.5-windowsservercore-ltsc2016
|
||||
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2016
|
||||
|
||||
RUN powershell -Command Add-WindowsFeature Web-Server & `
|
||||
powershell -Command Add-WindowsFeature Web-Asp-Net & `
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# escape=`
|
||||
|
||||
FROM microsoft/dotnet-framework:4.6.2-windowsservercore-ltsc2016
|
||||
FROM microsoft/dotnet-framework:4.6.2-runtime-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# escape=`
|
||||
|
||||
FROM microsoft/dotnet-framework:4.7-windowsservercore-ltsc2016
|
||||
FROM microsoft/dotnet-framework:4.7-runtime-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# escape=`
|
||||
|
||||
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-1709
|
||||
FROM microsoft/dotnet-framework:4.7.1-runtime-windowsservercore-1709
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# escape=`
|
||||
|
||||
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-ltsc2016
|
||||
FROM microsoft/dotnet-framework:4.7.1-runtime-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче