From 871c705d7b135753d09170453d050d91857b56b0 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <moritz@ucworks.org>
Date: Fri, 14 Sep 2018 13:52:21 +0200
Subject: [PATCH] Rebase windows image on top of dotnet-framework

---
 windows/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/windows/Dockerfile b/windows/Dockerfile
index 6f18f93..ebe5c7f 100644
--- a/windows/Dockerfile
+++ b/windows/Dockerfile
@@ -1,5 +1,4 @@
-# Use the latest Windows Server Core image
-FROM microsoft/windowsservercore:ltsc2016
+FROM microsoft/dotnet-framework:4.7.2-runtime
 
 SHELL ["powershell", "-NoProfile", "-ExecutionPolicy Bypass", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-- 
GitLab