From 9f103a7487a63a005ae78f486edf3403662a304f Mon Sep 17 00:00:00 2001 From: Davod Date: Sun, 1 Oct 2023 22:20:46 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 419738d..ec18cad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # escape=` ARG WIN_VER=ltsc2022 -FROM mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-${VERSION} +FROM mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-${WIN_VER} SHELL ["powershell", "-Command"] RUN iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')); `